[PATCH] D139948: [RISCV] Add pass to remove W suffix from ADDIW and SLLIW to improve compressibility

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 09:56:35 PST 2022


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp:222
-        Worklist.push_back(UserMI);
-        break;
-      }
----------------
I added VT_MASKC and VT_MASKCN here 2 days ago. When did you pull from main?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139948/new/

https://reviews.llvm.org/D139948



More information about the llvm-commits mailing list