[PATCH] D123458: [LSR][RISCV] Improve test coverage for LSR in RISC-V

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 10:25:55 PDT 2022


reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.

I split off, cleaned up, and landed two of these in 923831e <https://reviews.llvm.org/rG923831ebc37c258268db57856f066980aa3eef18>.  It was easier to do the cleanup myself than explain what needed done.

The two I left out make heavy use of struct types.  In addition to the style of simplification done in the landed ones, we should also maximally simplify the struct types involved.  Want to take a shot at that?  I ran out of time for this at the moment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123458



More information about the llvm-commits mailing list