[llvm] [LV] Remove common extends and selects in CSE (PR #147731)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 22 08:51:29 PDT 2025
================
@@ -2530,7 +2530,8 @@ namespace {
struct CSEDenseMapInfo {
static bool canHandle(const Instruction *I) {
return isa<InsertElementInst>(I) || isa<ExtractElementInst>(I) ||
- isa<ShuffleVectorInst>(I) || isa<GetElementPtrInst>(I);
----------------
SamTebbs33 wrote:
Done, thank you.
https://github.com/llvm/llvm-project/pull/147731
More information about the llvm-commits
mailing list