[llvm] 1885098 - [NFC][SimplifyCFG] Move X86 tests into subdir

Sam Parker via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 06:28:46 PDT 2020


Author: Sam Parker
Date: 2020-07-03T14:28:27+01:00
New Revision: 18850981c827eb0e1d5ccdb247e601768033dadf

URL: https://github.com/llvm/llvm-project/commit/18850981c827eb0e1d5ccdb247e601768033dadf
DIFF: https://github.com/llvm/llvm-project/commit/18850981c827eb0e1d5ccdb247e601768033dadf.diff

LOG: [NFC][SimplifyCFG] Move X86 tests into subdir

Added: 
    llvm/test/Transforms/SimplifyCFG/X86/2010-03-30-InvokeCrash.ll
    llvm/test/Transforms/SimplifyCFG/X86/CoveredLookupTable.ll
    llvm/test/Transforms/SimplifyCFG/X86/MagicPointer.ll
    llvm/test/Transforms/SimplifyCFG/X86/PR29163.ll
    llvm/test/Transforms/SimplifyCFG/X86/PR30210.ll
    llvm/test/Transforms/SimplifyCFG/X86/SpeculativeExec.ll
    llvm/test/Transforms/SimplifyCFG/X86/bug-25299.ll
    llvm/test/Transforms/SimplifyCFG/X86/combine-parallel-mem-md.ll
    llvm/test/Transforms/SimplifyCFG/X86/critedge-assume.ll
    llvm/test/Transforms/SimplifyCFG/X86/empty-cleanuppad.ll
    llvm/test/Transforms/SimplifyCFG/X86/fold-branch-debuginvariant.ll
    llvm/test/Transforms/SimplifyCFG/X86/invalidate-dom.ll
    llvm/test/Transforms/SimplifyCFG/X86/merge-cleanuppads.ll
    llvm/test/Transforms/SimplifyCFG/X86/remove-debug-2.ll
    llvm/test/Transforms/SimplifyCFG/X86/remove-debug.ll
    llvm/test/Transforms/SimplifyCFG/X86/safe-low-bit-extract.ll
    llvm/test/Transforms/SimplifyCFG/X86/unreachable-blocks.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
    llvm/test/Transforms/SimplifyCFG/CoveredLookupTable.ll
    llvm/test/Transforms/SimplifyCFG/MagicPointer.ll
    llvm/test/Transforms/SimplifyCFG/PR29163.ll
    llvm/test/Transforms/SimplifyCFG/PR30210.ll
    llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll
    llvm/test/Transforms/SimplifyCFG/bug-25299.ll
    llvm/test/Transforms/SimplifyCFG/combine-parallel-mem-md.ll
    llvm/test/Transforms/SimplifyCFG/critedge-assume.ll
    llvm/test/Transforms/SimplifyCFG/empty-cleanuppad.ll
    llvm/test/Transforms/SimplifyCFG/fold-branch-debuginvariant.ll
    llvm/test/Transforms/SimplifyCFG/invalidate-dom.ll
    llvm/test/Transforms/SimplifyCFG/merge-cleanuppads.ll
    llvm/test/Transforms/SimplifyCFG/remove-debug-2.ll
    llvm/test/Transforms/SimplifyCFG/remove-debug.ll
    llvm/test/Transforms/SimplifyCFG/safe-low-bit-extract.ll
    llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll


################################################################################
diff  --git a/llvm/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll b/llvm/test/Transforms/SimplifyCFG/X86/2010-03-30-InvokeCrash.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/2010-03-30-InvokeCrash.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/CoveredLookupTable.ll b/llvm/test/Transforms/SimplifyCFG/X86/CoveredLookupTable.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/CoveredLookupTable.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/CoveredLookupTable.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/MagicPointer.ll b/llvm/test/Transforms/SimplifyCFG/X86/MagicPointer.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/MagicPointer.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/MagicPointer.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/PR29163.ll b/llvm/test/Transforms/SimplifyCFG/X86/PR29163.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/PR29163.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/PR29163.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/PR30210.ll b/llvm/test/Transforms/SimplifyCFG/X86/PR30210.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/PR30210.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/PR30210.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll b/llvm/test/Transforms/SimplifyCFG/X86/SpeculativeExec.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/SpeculativeExec.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/bug-25299.ll b/llvm/test/Transforms/SimplifyCFG/X86/bug-25299.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/bug-25299.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/bug-25299.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/combine-parallel-mem-md.ll b/llvm/test/Transforms/SimplifyCFG/X86/combine-parallel-mem-md.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/combine-parallel-mem-md.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/combine-parallel-mem-md.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/critedge-assume.ll b/llvm/test/Transforms/SimplifyCFG/X86/critedge-assume.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/critedge-assume.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/critedge-assume.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/empty-cleanuppad.ll b/llvm/test/Transforms/SimplifyCFG/X86/empty-cleanuppad.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/empty-cleanuppad.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/empty-cleanuppad.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/fold-branch-debuginvariant.ll b/llvm/test/Transforms/SimplifyCFG/X86/fold-branch-debuginvariant.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/fold-branch-debuginvariant.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/fold-branch-debuginvariant.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/invalidate-dom.ll b/llvm/test/Transforms/SimplifyCFG/X86/invalidate-dom.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/invalidate-dom.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/invalidate-dom.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/merge-cleanuppads.ll b/llvm/test/Transforms/SimplifyCFG/X86/merge-cleanuppads.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/merge-cleanuppads.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/merge-cleanuppads.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/remove-debug-2.ll b/llvm/test/Transforms/SimplifyCFG/X86/remove-debug-2.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/remove-debug-2.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/remove-debug-2.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/remove-debug.ll b/llvm/test/Transforms/SimplifyCFG/X86/remove-debug.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/remove-debug.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/remove-debug.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/safe-low-bit-extract.ll b/llvm/test/Transforms/SimplifyCFG/X86/safe-low-bit-extract.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/safe-low-bit-extract.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/safe-low-bit-extract.ll

diff  --git a/llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll b/llvm/test/Transforms/SimplifyCFG/X86/unreachable-blocks.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/unreachable-blocks.ll


        


More information about the llvm-commits mailing list