Skip to content

Commit c98f8bc

Browse files
author
Sergey Dmitrouk
committed
Correct path to regression tests in ExtendingLLVM
llvm-svn: 222678
1 parent ba0e066 commit c98f8bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/ExtendingLLVM.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function and then be turned into an instruction if warranted.
5858
If it is possible to constant fold your intrinsic, add support to it in the
5959
``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions.
6060

61-
#. ``llvm/test/Regression/*``:
61+
#. ``llvm/test/*``:
6262

6363
Add test cases for your test cases to the test suite
6464

@@ -164,10 +164,10 @@ complicated behavior in a single node (rotate).
164164

165165
#. TODO: document complex patterns.
166166

167-
#. ``llvm/test/Regression/CodeGen/*``:
167+
#. ``llvm/test/CodeGen/*``:
168168

169169
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.
171171

172172
Adding a new instruction
173173
========================
@@ -217,7 +217,7 @@ Adding a new instruction
217217

218218
add support for your instruction to code generators, or add a lowering pass.
219219

220-
#. ``llvm/test/Regression/*``:
220+
#. ``llvm/test/*``:
221221

222222
add your test cases to the test suite.
223223

0 commit comments

Comments
 (0)