[PATCH] D125232: [riscv] Use classic dataflow for VSETVLI insertion

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 10:36:05 PDT 2022


reames updated this revision to Diff 429762.
reames retitled this revision from "[riscv] Fix data flow for VSETVLI insertion " to "[riscv] Use classic dataflow for VSETVLI insertion ".
reames edited the summary of this revision.
reames added a comment.

As of now, most of the functional fixes for this data flow algorithm have landed.  (D125703 <https://reviews.llvm.org/D125703> is the sole outstanding one.)  This allows a significant reframing and simplification of the patch, see the new commit description.


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

https://reviews.llvm.org/D125232

Files:
  llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
  llvm/test/CodeGen/RISCV/rvv/vsetvli-insert-crossbb.ll
  llvm/test/CodeGen/RISCV/rvv/vsetvli-insert-crossbb.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125232.429762.patch
Type: text/x-patch
Size: 12876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220516/d174aecc/attachment.bin>


More information about the llvm-commits mailing list