[all-commits] [llvm/llvm-project] b901ac: [InstCombine] Remove unnecessary typed pointer fol...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 24 07:43:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b901acad541ad44511ba7ba394ab736376e01113
https://github.com/llvm/llvm-project/commit/b901acad541ad44511ba7ba394ab736376e01113
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine] Remove unnecessary typed pointer fold (NFCI)
Pointer bitcasts will be optimized away, no need to fold them for
icmps in particular.
More information about the All-commits
mailing list