[all-commits] [llvm/llvm-project] 188509: [NFC][SimplifyCFG] Move X86 tests into subdir
Sam Parker via All-commits
all-commits at lists.llvm.org
Fri Jul 3 06:28:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 18850981c827eb0e1d5ccdb247e601768033dadf
https://github.com/llvm/llvm-project/commit/18850981c827eb0e1d5ccdb247e601768033dadf
Author: Sam Parker <sam.parker at arm.com>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
R llvm/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
R llvm/test/Transforms/SimplifyCFG/CoveredLookupTable.ll
R llvm/test/Transforms/SimplifyCFG/MagicPointer.ll
R llvm/test/Transforms/SimplifyCFG/PR29163.ll
R llvm/test/Transforms/SimplifyCFG/PR30210.ll
R llvm/test/Transforms/SimplifyCFG/SpeculativeExec.ll
A llvm/test/Transforms/SimplifyCFG/X86/2010-03-30-InvokeCrash.ll
A llvm/test/Transforms/SimplifyCFG/X86/CoveredLookupTable.ll
A llvm/test/Transforms/SimplifyCFG/X86/MagicPointer.ll
A llvm/test/Transforms/SimplifyCFG/X86/PR29163.ll
A llvm/test/Transforms/SimplifyCFG/X86/PR30210.ll
A llvm/test/Transforms/SimplifyCFG/X86/SpeculativeExec.ll
A llvm/test/Transforms/SimplifyCFG/X86/bug-25299.ll
A llvm/test/Transforms/SimplifyCFG/X86/combine-parallel-mem-md.ll
A llvm/test/Transforms/SimplifyCFG/X86/critedge-assume.ll
A llvm/test/Transforms/SimplifyCFG/X86/empty-cleanuppad.ll
A llvm/test/Transforms/SimplifyCFG/X86/fold-branch-debuginvariant.ll
A llvm/test/Transforms/SimplifyCFG/X86/invalidate-dom.ll
A llvm/test/Transforms/SimplifyCFG/X86/merge-cleanuppads.ll
A llvm/test/Transforms/SimplifyCFG/X86/remove-debug-2.ll
A llvm/test/Transforms/SimplifyCFG/X86/remove-debug.ll
A llvm/test/Transforms/SimplifyCFG/X86/safe-low-bit-extract.ll
A llvm/test/Transforms/SimplifyCFG/X86/unreachable-blocks.ll
R llvm/test/Transforms/SimplifyCFG/bug-25299.ll
R llvm/test/Transforms/SimplifyCFG/combine-parallel-mem-md.ll
R llvm/test/Transforms/SimplifyCFG/critedge-assume.ll
R llvm/test/Transforms/SimplifyCFG/empty-cleanuppad.ll
R llvm/test/Transforms/SimplifyCFG/fold-branch-debuginvariant.ll
R llvm/test/Transforms/SimplifyCFG/invalidate-dom.ll
R llvm/test/Transforms/SimplifyCFG/merge-cleanuppads.ll
R llvm/test/Transforms/SimplifyCFG/remove-debug-2.ll
R llvm/test/Transforms/SimplifyCFG/remove-debug.ll
R llvm/test/Transforms/SimplifyCFG/safe-low-bit-extract.ll
R llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll
Log Message:
-----------
[NFC][SimplifyCFG] Move X86 tests into subdir
More information about the All-commits
mailing list