[clang] [clang][HLSL] Update DXIL/SPIRV hybird CodeGen tests to use temp var (PR #105930)
Greg Roth via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 10:23:18 PDT 2024
================
@@ -25,7 +25,7 @@ void main(unsigned GI : SV_GroupIndex) {}
//CHECK-NEXT: entry:
//CHECK-NEXT: call void @"?call_me_first@@YAXXZ"()
//CHECK-NEXT: call void @"?then_call_me@@YAXXZ"()
-//CHECK-NEXT: %0 = call i32 @llvm.dx.flattened.thread.id.in.group()
+//CHECK-NEXT: %0 = call i32 @llvm.[[ICF:dx]].flattened.thread.id.in.group()
----------------
pow2clk wrote:
We can skip tests like this that don't yet have a SPIRV run line. That is, if there's no `-triple spirv-*` in a `RUN:` line at the top, you can skip the test for now.
https://github.com/llvm/llvm-project/pull/105930
More information about the cfe-commits
mailing list