[llvm] [DirectX][NFC] Simplified DXIL Operation mapping to LLVM or DirectX intrinsics in DXIL.td. (PR #83193)

Xiang Li via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 14:27:08 PST 2024


================
@@ -18,7 +18,7 @@ entry:
 ; Function Attrs: noinline nounwind optnone
 define i32 @test_group_id(i32 %a) #0 {
 entry:
-; CHECK: call i32 @dx.op.groupId.i32(i32 94, i32 %{{.*}})
+; CHECK: call i32 @dx.op.unary.i32(i32 94, i32 %{{.*}})
----------------
python3kgae wrote:

This will be illegal DXIL since function name mismatch with dxil opcode.

https://github.com/llvm/llvm-project/pull/83193


More information about the llvm-commits mailing list