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 a520caf commit 14351b4Copy full SHA for 14351b4
llvm/lib/Target/DirectX/DXIL.td
@@ -344,6 +344,7 @@ class DXILOp<int opcode, DXILOpClass opclass> {
344
// LLVM Intrinsic DXIL Operation maps to
345
Intrinsic LLVMIntrinsic = ?;
346
347
+ // Non-trivial LLVM Intrinsics DXIL Operation maps to
348
list<IntrinsicSelect> intrinsic_selects = [];
349
350
// Result type of the op
0 commit comments