[all-commits] [llvm/llvm-project] 6e3e21: [InstCombine] Remove unnecessary removeBitcastsFro...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 24 08:31:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e3e21d2032216b5d01b47a0442638225e66dc1b
https://github.com/llvm/llvm-project/commit/6e3e21d2032216b5d01b47a0442638225e66dc1b
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Log Message:
-----------
[InstCombine] Remove unnecessary removeBitcastsFromLoadStoreOnMinMax() fold (NFCI)
This optimizes a very specific pointer bitcast pattern, and as
such is no longer relevant with opaque pointers.
More information about the All-commits
mailing list