File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2418,9 +2418,6 @@ bool CodeGenPatternMatch::MatchImmOffsetLSC(llvm::Instruction &I) {
2418
2418
2419
2419
llvm::Value *varOffset = isConstant0 ? addSubInst->getOperand (1 ) : addSubInst->getOperand (0 );
2420
2420
2421
- if (!isA64AddressingModel && m_ctx->type != ShaderType::OPENCL_SHADER && IGC_GET_FLAG_VALUE (LscImmOffsMatch) < 2 )
2422
- return false ;
2423
-
2424
2421
// HW does an early bounds check on varOffset for A32 messages. Thus, if varOffset
2425
2422
// is negative, then the bounds check fails early even though the immediate offset
2426
2423
// would bring the final calculation to a positive number.
Original file line number Diff line number Diff line change 5
5
; SPDX-License-Identifier: MIT
6
6
;
7
7
;============================ end_copyright_notice =============================
8
-
9
- ; REQUIRES: temporarily-disabled, regkeys
8
+ ; REQUIRES: regkeys
10
9
;
11
10
; RUN: igc_opt -platformbmg -igc-emit-visa %s -dx12 -inputcs -regkey DumpVISAASMToConsole | FileCheck %s
12
11
; ------------------------------------------------
You can’t perform that action at this time.
0 commit comments