File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function and then be turned into an instruction if warranted.
58
58
If it is possible to constant fold your intrinsic, add support to it in the
59
59
``canConstantFoldCallTo `` and ``ConstantFoldCall `` functions.
60
60
61
- #. ``llvm/test/Regression/ * ``:
61
+ #. ``llvm/test/* ``:
62
62
63
63
Add test cases for your test cases to the test suite
64
64
@@ -164,10 +164,10 @@ complicated behavior in a single node (rotate).
164
164
165
165
#. TODO: document complex patterns.
166
166
167
- #. ``llvm/test/Regression/ CodeGen/* ``:
167
+ #. ``llvm/test/CodeGen/* ``:
168
168
169
169
Add test cases for your new node to the test suite.
170
- ``llvm/test/Regression/ CodeGen/X86/bswap.ll `` is a good example.
170
+ ``llvm/test/CodeGen/X86/bswap.ll `` is a good example.
171
171
172
172
Adding a new instruction
173
173
========================
@@ -217,7 +217,7 @@ Adding a new instruction
217
217
218
218
add support for your instruction to code generators, or add a lowering pass.
219
219
220
- #. ``llvm/test/Regression/ * ``:
220
+ #. ``llvm/test/* ``:
221
221
222
222
add your test cases to the test suite.
223
223
You can’t perform that action at this time.
0 commit comments