[all-commits] [llvm/llvm-project] c01054: [InstCombine] Use CreateNonTerminatorUnreachable()...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 22 03:30:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c01054cc4722978d2585516c69264bcd9fddde97
https://github.com/llvm/llvm-project/commit/c01054cc4722978d2585516c69264bcd9fddde97
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/test/Transforms/InstCombine/atomic.ll
M llvm/test/Transforms/InstCombine/getelementptr.ll
M llvm/test/Transforms/InstCombine/load.ll
M llvm/test/Transforms/InstCombine/pr44245.ll
M llvm/test/Transforms/InstCombine/struct-assign-tbaa-new.ll
M llvm/test/Transforms/InstCombine/struct-assign-tbaa.ll
Log Message:
-----------
[InstCombine] Use CreateNonTerminatorUnreachable() helper
Create the standard non-terminator unreachable, rather than a
slight variation on it.
More information about the All-commits
mailing list