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