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 5004c59 commit 20b47bfCopy full SHA for 20b47bf
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1540,6 +1540,15 @@ def AVRSystemLibrary
1540
// Trigonometric rtlib functions
1541
avr_sin, avr_cos)>;
1542
1543
+//===----------------------------------------------------------------------===//
1544
+// DXIL Runtime Libcalls
1545
1546
+
1547
+def isDXIL : RuntimeLibcallPredicate<"TT.isDXIL()">;
1548
1549
+// No calls
1550
+def DXILSystemLibrary : SystemRuntimeLibrary<isDXIL, (add)>;
1551
1552
//===----------------------------------------------------------------------===//
1553
// Hexagon Runtime Libcalls
1554
0 commit comments