Removed unwanted --check-prefix=CHECK from numerous unit tests.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is fourth in a series of commits to clean up the unit tests by removing unwanted --check-prefix=CHECK. NFC.
Paths
| Differential D19279
[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC. ClosedPublic Authored by mgrang on Apr 19 2016, 12:39 PM.
Details Summary Removed unwanted --check-prefix=CHECK from numerous unit tests.
Diff Detail Event TimelineComment Actions This is fourth in a series of commits to clean up the unit tests by removing unwanted --check-prefix=CHECK. NFC. This revision is now accepted and ready to land.Apr 19 2016, 12:43 PM Closed by commit rL266834: [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC. (authored by mgrang). · Explain WhyApr 19 2016, 4:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 54241 test/CodeGen/AArch64/128bit_load_store.ll
test/CodeGen/AArch64/alloca.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/cond-sel.ll
test/CodeGen/AArch64/cxx-tlscc.ll
test/CodeGen/AArch64/directcond.ll
test/CodeGen/AArch64/fast-isel-tbz.ll
test/CodeGen/AArch64/fp-cond-sel.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/movw-consts.ll
test/CodeGen/AArch64/neon-mov.ll
test/CodeGen/AArch64/neon-perm.ll
test/CodeGen/AMDGPU/store-barrier.ll
test/CodeGen/AMDGPU/uniform-loop-inside-nonuniform.ll
test/CodeGen/ARM/cxx-tlscc.ll
test/CodeGen/ARM/fp16-v3.ll
test/CodeGen/ARM/zero-cycle-zero.ll
test/CodeGen/Mips/const-mult.ll
test/CodeGen/PowerPC/BreakableToken-reduced.ll
test/CodeGen/PowerPC/atomics-fences.ll
test/CodeGen/SystemZ/alloca-01.ll
test/CodeGen/SystemZ/atomicrmw-add-01.ll
test/CodeGen/SystemZ/atomicrmw-add-02.ll
test/CodeGen/SystemZ/atomicrmw-and-01.ll
test/CodeGen/SystemZ/atomicrmw-and-02.ll
test/CodeGen/SystemZ/atomicrmw-minmax-01.ll
test/CodeGen/SystemZ/atomicrmw-minmax-02.ll
test/CodeGen/SystemZ/atomicrmw-nand-01.ll
test/CodeGen/SystemZ/atomicrmw-nand-02.ll
test/CodeGen/SystemZ/atomicrmw-or-01.ll
test/CodeGen/SystemZ/atomicrmw-or-02.ll
test/CodeGen/SystemZ/atomicrmw-sub-01.ll
test/CodeGen/SystemZ/atomicrmw-sub-02.ll
test/CodeGen/SystemZ/atomicrmw-xchg-01.ll
test/CodeGen/SystemZ/atomicrmw-xchg-02.ll
test/CodeGen/SystemZ/atomicrmw-xor-01.ll
test/CodeGen/SystemZ/atomicrmw-xor-02.ll
test/CodeGen/X86/code_placement_cold_loop_blocks.ll
test/CodeGen/X86/code_placement_ignore_succ_in_inner_loop.ll
test/CodeGen/X86/code_placement_loop_rotation.ll
test/CodeGen/X86/code_placement_loop_rotation2.ll
test/CodeGen/X86/code_placement_outline_optional_branches.ll
test/CodeGen/X86/pop-stack-cleanup.ll
test/CodeGen/X86/sink-cheap-instructions.ll
test/CodeGen/X86/stack_guard_remat.ll
test/CodeGen/X86/switch-jump-table.ll
test/CodeGen/X86/x86-shrink-wrap-unwind.ll
test/DebugInfo/ARM/tls.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-promotable-allocas.ll
test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
test/Instrumentation/SanitizerCoverage/switch-tracing.ll
test/MC/ARM/eh-directive-pad-diagnostics.s
test/MC/ARM/eh-directive-personality-diagnostics.s
test/MC/ARM/eh-directive-save-diagnostics.s
test/MC/ARM/eh-directive-setfp-diagnostics.s
test/MC/ARM/eh-directive-vsave-diagnostics.s
test/MC/ARM/thumb2-ldrb-ldrh.s
test/MC/AsmParser/expr-shr.s
test/MC/Disassembler/ARM/invalid-thumb-MSR-MClass.txt
test/MC/Mips/micromips-func-addr.s
test/MC/Mips/mips-cop0-reginfo.s
test/Transforms/IndVarSimplify/sink-trapping.ll
test/Transforms/SimplifyCFG/switch_create.ll
test/tools/llvm-profdata/c-general.test
test/tools/llvm-symbolizer/pdb/pdb.test
test/tools/llvm-symbolizer/print_context.c
|