[all-commits] [llvm/llvm-project] 8391f4: [InstCombine] Avoid uses of ConstantExpr::getLShr()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Nov 10 06:53:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8391f405cb9cceb32abc76acf2aa47251a0da173
https://github.com/llvm/llvm-project/commit/8391f405cb9cceb32abc76acf2aa47251a0da173
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
Log Message:
-----------
[InstCombine] Avoid uses of ConstantExpr::getLShr()
Use the constant folding API instead.
More information about the All-commits
mailing list