[PATCH] D125270: [riscv] Remove mutation of prior vsetvli from insertion dataflow

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 13:38:40 PDT 2022


reames planned changes to this revision.
reames added a comment.
Herald added a subscriber: shiva0217.

I had an alternate way of solving the scalar move miscompile occur to me that I like a *lot* better than this.  Posted for review here: https://reviews.llvm.org/D125337

Assuming that lands, I'll rebase this to solve the wrong abstract state bits, but I think we can do that much more simply if the wrong VL bug has already been fixed.  I expect this patch to radically simplify.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125270



More information about the llvm-commits mailing list