[PATCH] D120818: [VE] Split v512.32 load store into interleaved v256.32 ops

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 11:53:24 PST 2022


hctim added inline comments.


================
Comment at: llvm/lib/Target/VE/VVPISelLowering.cpp:161
+
+  SDValue PassThru = getNodePassthru(Op);
+  assert(!PassThru && "Should have been folded in lowering to VVP layer");
----------------
Unused variable in opt build, might cause some bots to trap with `-Wall`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120818



More information about the llvm-commits mailing list