]> granicus.if.org Git - llvm/commit
[GVN] Move the PRE/LOADPRE test in a subdirectory.
authorDavide Italiano <davide@freebsd.org>
Sun, 17 Jul 2016 23:48:18 +0000 (23:48 +0000)
committerDavide Italiano <davide@freebsd.org>
Sun, 17 Jul 2016 23:48:18 +0000 (23:48 +0000)
commitc2a1d898e3492271528722abf8e5c0d7f37f38f5
treec321c6c45f405e14c519aa15199ee7aaf2689f32
parent9cffe5e2cda6056d3b7636d74b86f169c191d774
[GVN] Move the PRE/LOADPRE test in a subdirectory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275741 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
test/Transforms/GVN/PRE/2011-06-01-NonLocalMemdepMiscompile.ll [moved from test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll with 100% similarity]
test/Transforms/GVN/PRE/atomic.ll [moved from test/Transforms/GVN/atomic.ll with 100% similarity]
test/Transforms/GVN/PRE/invariant-load.ll [moved from test/Transforms/GVN/invariant-load.ll with 100% similarity]
test/Transforms/GVN/PRE/load-metadata.ll [moved from test/Transforms/GVN/load-metadata.ll with 100% similarity]
test/Transforms/GVN/PRE/load-pre-align.ll [moved from test/Transforms/GVN/load-pre-align.ll with 100% similarity]
test/Transforms/GVN/PRE/load-pre-licm.ll [moved from test/Transforms/GVN/load-pre-licm.ll with 100% similarity]
test/Transforms/GVN/PRE/load-pre-nonlocal.ll [moved from test/Transforms/GVN/load-pre-nonlocal.ll with 100% similarity]
test/Transforms/GVN/PRE/lpre-call-wrap-2.ll [moved from test/Transforms/GVN/lpre-call-wrap-2.ll with 100% similarity]
test/Transforms/GVN/PRE/lpre-call-wrap.ll [moved from test/Transforms/GVN/lpre-call-wrap.ll with 100% similarity]
test/Transforms/GVN/PRE/phi-translate.ll [moved from test/Transforms/GVN/phi-translate.ll with 100% similarity]
test/Transforms/GVN/PRE/pre-gep-load.ll [moved from test/Transforms/GVN/pre-gep-load.ll with 100% similarity]
test/Transforms/GVN/PRE/pre-load.ll [moved from test/Transforms/GVN/pre-load.ll with 100% similarity]
test/Transforms/GVN/PRE/pre-no-cost-phi.ll [moved from test/Transforms/GVN/pre-no-cost-phi.ll with 100% similarity]
test/Transforms/GVN/PRE/preserve-tbaa.ll [moved from test/Transforms/GVN/preserve-tbaa.ll with 100% similarity]
test/Transforms/GVN/PRE/rle-phi-translate.ll [moved from test/Transforms/GVN/rle-phi-translate.ll with 100% similarity]
test/Transforms/GVN/PRE/rle-semidominated.ll [moved from test/Transforms/GVN/rle-semidominated.ll with 100% similarity]
test/Transforms/GVN/PRE/rle.ll [moved from test/Transforms/GVN/rle.ll with 100% similarity]
test/Transforms/GVN/PRE/volatile.ll [moved from test/Transforms/GVN/volatile.ll with 100% similarity]