[PATCH] D123274: [RISCV][NFC] Refactor VL patterns for vnsrl and vnsra

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 02:14:36 PDT 2022


frasercrmck added a comment.

The developer policy <https://llvm.org/docs/Contributing.html#how-to-submit-a-patch> is only to ping if you've received no comments for a week and then once a week thereafter.



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:858
 
+multiclass VPatNarrowShiftSplat_WX_WI<SDNode op, string instruction_name> {
+  foreach vtiTowti = AllWidenableIntVectors in {
----------------
The indentation in these patterns is all over the place and could be improved.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123274



More information about the llvm-commits mailing list