[all-commits] [llvm/llvm-project] 952e06: [NFC] remove 'br undef' from InstCombine test cases
Nuno Lopes via All-commits
all-commits at lists.llvm.org
Fri Jun 10 07:29:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 952e069393808e503ce5494720a99f1f92685d76
https://github.com/llvm/llvm-project/commit/952e069393808e503ce5494720a99f1f92685d76
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/2012-10-25-vector-of-pointers.ll
M llvm/test/Transforms/InstCombine/X86/x86-amx.ll
M llvm/test/Transforms/InstCombine/alias-recursion.ll
M llvm/test/Transforms/InstCombine/cast-mul-select.ll
M llvm/test/Transforms/InstCombine/catchswitch-phi.ll
M llvm/test/Transforms/InstCombine/crash.ll
M llvm/test/Transforms/InstCombine/debuginfo_add.ll
M llvm/test/Transforms/InstCombine/div-shift-crash.ll
M llvm/test/Transforms/InstCombine/div.ll
M llvm/test/Transforms/InstCombine/element-atomic-memintrins.ll
M llvm/test/Transforms/InstCombine/fmul-inseltpoison.ll
M llvm/test/Transforms/InstCombine/fmul.ll
M llvm/test/Transforms/InstCombine/fold-phi.ll
M llvm/test/Transforms/InstCombine/icmp-dom.ll
M llvm/test/Transforms/InstCombine/intptr6.ll
M llvm/test/Transforms/InstCombine/load-combine-metadata-dominance.ll
M llvm/test/Transforms/InstCombine/objsize.ll
M llvm/test/Transforms/InstCombine/oss_fuzz_32759.ll
M llvm/test/Transforms/InstCombine/pr51824.ll
M llvm/test/Transforms/InstCombine/select.ll
M llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
M llvm/test/Transforms/InstCombine/shift-sra.ll
M llvm/test/Transforms/InstCombine/shift.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
M llvm/test/Transforms/InstCombine/simplify-libcalls.ll
M llvm/test/Transforms/InstCombine/storemerge-dbg.ll
M llvm/test/Transforms/InstCombine/type_pun-inseltpoison.ll
M llvm/test/Transforms/InstCombine/type_pun.ll
M llvm/test/Transforms/InstCombine/vec_phi_extract-inseltpoison.ll
M llvm/test/Transforms/InstCombine/vec_phi_extract.ll
M llvm/test/Transforms/InstCombine/zext-or-icmp.ll
Log Message:
-----------
[NFC] remove 'br undef' from InstCombine test cases
This is UB and allows the compiler to give any result, so these tests weren't meaningful
InstCombine tests are now clean of 'br undef'
More information about the All-commits
mailing list