We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d192f8e commit 40dc16fCopy full SHA for 40dc16f
llvm/lib/Target/DirectX/DXIL.td
@@ -345,6 +345,7 @@ class DXILOp<int opcode, DXILOpClass opclass> {
345
// LLVM Intrinsic DXIL Operation maps to
346
Intrinsic LLVMIntrinsic = ?;
347
348
+ // Non-trivial LLVM Intrinsics DXIL Operation maps to
349
list<IntrinsicSelect> intrinsic_selects = [];
350
351
// Result type of the op
0 commit comments