[all-commits] [llvm/llvm-project] fe2065: [ConstantFold] Remove handling for comparison of b...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Nov 3 04:22:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe206578f2e9b864ec6a703974a0e2a9001bb11b
https://github.com/llvm/llvm-project/commit/fe206578f2e9b864ec6a703974a0e2a9001bb11b
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/lib/IR/ConstantFold.cpp
Log Message:
-----------
[ConstantFold] Remove handling for comparison of bitcasted global (NFCI)
The bitcast will be folded away in this case, no need to handle it
explicitly.
More information about the All-commits
mailing list