[PATCH] D119928: [RISCV] transform MI to W variant to remove sext.w

Mohammed Nurul Hoque via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 05:55:57 PST 2022


mohammed-nurulhoque added a comment.

I addresses the comments in https://reviews.llvm.org/D119532, except the one for ADD_UW. I couldn't find a straightforward way to find, given an operand, what's its order in its parent instruction! The way it is currently is correct, but of course it would be stronger if we can differentiate the 2 operands.


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

https://reviews.llvm.org/D119928



More information about the llvm-commits mailing list