[all-commits] [llvm/llvm-project] 02b02c: [CodeGenPrepare] Avoid branch on undef UB in tests...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 3 04:51:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02b02cd050273bae5c6d3e5f9f6a30067839bff6
https://github.com/llvm/llvm-project/commit/02b02cd050273bae5c6d3e5f9f6a30067839bff6
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M llvm/test/Transforms/CodeGenPrepare/AArch64/large-offset-gep.ll
M llvm/test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions-inseltpoison.ll
M llvm/test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions.ll
M llvm/test/Transforms/CodeGenPrepare/ARM/sink-free-instructions-inseltpoison.ll
M llvm/test/Transforms/CodeGenPrepare/ARM/sink-free-instructions.ll
M llvm/test/Transforms/CodeGenPrepare/X86/pr35658.ll
M llvm/test/Transforms/CodeGenPrepare/X86/split-indirect-loop.ll
M llvm/test/Transforms/CodeGenPrepare/X86/switch-phi-const.ll
Log Message:
-----------
[CodeGenPrepare] Avoid branch on undef UB in tests (NFC)
More information about the All-commits
mailing list