Skip to content

Commit 5f706e6

Browse files
bokrzesiigcbot
authored andcommitted
[LLVM16] Add --typed-pointer flag which will force typed pointers for LLVM 16 Typed-to-Opaque pointer transition v3
Porting IGC code to LLVM16 * Add --typed-pointer flag which will force typed pointers for LLVM 16 Typed-to-Opaque pointer transition The purpose of it is to allow "typed" LITs to work fine on LLVM 16
1 parent 52b5413 commit 5f706e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/tests/MemOpt/process_non-constant_offset.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;
77
;============================ end_copyright_notice =============================
88

9-
; RUN: igc_opt %s -S -o - -igc-memopt | FileCheck %s
9+
; RUN: igc_opt --typed-pointers %s -S -o - -igc-memopt | FileCheck %s
1010

1111
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f16:16:16-f32:32:32-f64:64:64-f80:128:128-v16:16:16-v24:32:32-v32:32:32-v48:64:64-v64:64:64-v96:128:128-v128:128:128-v192:256:256-v256:256:256-v512:512:512-v1024:1024:1024-a:64:64-f80:128:128-n8:16:32:64"
1212

0 commit comments

Comments
 (0)