[clang] [clang][HLSL] Update DXIL/SPIRV hybird CodeGen tests to use temp var (PR #105930)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 13:06:48 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()
----------------
AmrDeveloper wrote:
Thank you done
https://github.com/llvm/llvm-project/pull/105930
More information about the cfe-commits
mailing list