diff options
| author | Sergey Dmitrouk <sdmitrouk@accesssoftek.com> | 2014-11-24 19:40:07 +0000 |
|---|---|---|
| committer | Sergey Dmitrouk <sdmitrouk@accesssoftek.com> | 2014-11-24 19:40:07 +0000 |
| commit | c98f8bc1db8a25b46c02a75a24ca3c1087c53637 (patch) | |
| tree | 78688d24bdfa4bd1df48e32208a52652a363defe /llvm/docs | |
| parent | ba0e0664ff55752edae0b994f3a324cc3617c04b (diff) | |
| download | bcm5719-llvm-c98f8bc1db8a25b46c02a75a24ca3c1087c53637.tar.gz bcm5719-llvm-c98f8bc1db8a25b46c02a75a24ca3c1087c53637.zip | |
Correct path to regression tests in ExtendingLLVM
llvm-svn: 222678
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ExtendingLLVM.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/ExtendingLLVM.rst b/llvm/docs/ExtendingLLVM.rst index 60cbf011e57..2552c075c9c 100644 --- a/llvm/docs/ExtendingLLVM.rst +++ b/llvm/docs/ExtendingLLVM.rst @@ -58,7 +58,7 @@ function and then be turned into an instruction if warranted. If it is possible to constant fold your intrinsic, add support to it in the ``canConstantFoldCallTo`` and ``ConstantFoldCall`` functions. -#. ``llvm/test/Regression/*``: +#. ``llvm/test/*``: Add test cases for your test cases to the test suite @@ -164,10 +164,10 @@ complicated behavior in a single node (rotate). #. TODO: document complex patterns. -#. ``llvm/test/Regression/CodeGen/*``: +#. ``llvm/test/CodeGen/*``: Add test cases for your new node to the test suite. - ``llvm/test/Regression/CodeGen/X86/bswap.ll`` is a good example. + ``llvm/test/CodeGen/X86/bswap.ll`` is a good example. Adding a new instruction ======================== @@ -217,7 +217,7 @@ Adding a new instruction add support for your instruction to code generators, or add a lowering pass. -#. ``llvm/test/Regression/*``: +#. ``llvm/test/*``: add your test cases to the test suite. |

