[all-commits] [llvm/llvm-project] 3cbdcd: [InstCombine] Remove PromoteCastOfAllocation() fol...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 5 06:59:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cbdcd6ebfad5c55c859c129e25c9bd991d6295f
https://github.com/llvm/llvm-project/commit/3cbdcd6ebfad5c55c859c129e25c9bd991d6295f
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
R llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/alloca-bitcast.ll
Log Message:
-----------
[InstCombine] Remove PromoteCastOfAllocation() fold (NFC)
This fold does not apply to opaque pointers, and as such is no
longer needed.
More information about the All-commits
mailing list