[all-commits] [llvm/llvm-project] 9ace23: [InstCombine] Avoid use of ConstantExpr::getSExt()...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Oct 2 02:30:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ace23c9a20f82758288b5b99a8a82b36e97bdc5
https://github.com/llvm/llvm-project/commit/9ace23c9a20f82758288b5b99a8a82b36e97bdc5
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] Avoid use of ConstantExpr::getSExt() (NFC)
Use the constant folding API instead.
More information about the All-commits
mailing list