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 95e6ea6 commit f307649Copy full SHA for f307649
llvm/docs/ExtendingLLVM.rst
@@ -45,7 +45,7 @@ function and then be turned into an instruction if warranted.
45
what the restrictions are. Talk to other people about it so that you are
46
sure it's a good idea.
47
48
-#. ``llvm/include/llvm/Intrinsics*.td``:
+#. ``llvm/include/llvm/IR/Intrinsics*.td``:
49
50
Add an entry for your intrinsic. Describe its memory access characteristics
51
for optimization (this controls whether it will be DCE'd, CSE'd, etc). Note
0 commit comments