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 6611901 commit d6a9e27Copy full SHA for d6a9e27
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