[all-commits] [llvm/llvm-project] 5a1324: [NFC] Remove straight UB from SROA tests
Nuno Lopes via All-commits
all-commits at lists.llvm.org
Mon Jun 13 00:59:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a132499fb39c1dee15a1bc4ff0246c6f1282871
https://github.com/llvm/llvm-project/commit/5a132499fb39c1dee15a1bc4ff0246c6f1282871
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M llvm/test/Transforms/SROA/address-spaces.ll
M llvm/test/Transforms/SROA/addrspacecast.ll
M llvm/test/Transforms/SROA/alloca-address-space.ll
M llvm/test/Transforms/SROA/assume.ll
M llvm/test/Transforms/SROA/basictest-opaque-ptrs.ll
M llvm/test/Transforms/SROA/basictest.ll
M llvm/test/Transforms/SROA/dbg-single-piece.ll
M llvm/test/Transforms/SROA/dead-inst.ll
M llvm/test/Transforms/SROA/fca.ll
M llvm/test/Transforms/SROA/phi-and-select.ll
M llvm/test/Transforms/SROA/phi-gep.ll
M llvm/test/Transforms/SROA/phi-with-duplicate-pred.ll
M llvm/test/Transforms/SROA/select-gep.ll
M llvm/test/Transforms/SROA/select-load.ll
M llvm/test/Transforms/SROA/vector-promotion-different-size.ll
M llvm/test/Transforms/SROA/vector-promotion.ll
M llvm/test/Transforms/SROA/vectors-of-pointers.ll
Log Message:
-----------
[NFC] Remove straight UB from SROA tests
Including 'br undef', store/load to undef pointers.
Plus some cosmetics: select undef, insertvalue undef -> poison.
Recommit c1b6103 with fix.
More information about the All-commits
mailing list