[all-commits] [llvm/llvm-project] 5cacf4: [JumpThreading] Avoid use of ConstantExpr::getCast()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Sep 29 02:11:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5cacf4e688aafbc59f101f0ba190b31fa2234928
https://github.com/llvm/llvm-project/commit/5cacf4e688aafbc59f101f0ba190b31fa2234928
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[JumpThreading] Avoid use of ConstantExpr::getCast()
Use the constant folding API instead.
More information about the All-commits
mailing list