[PATCH] D68203: [SelectionDAG][SVE] Add ISD node for VSCALE.

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 12:22:04 PDT 2019


cameron.mcinally added inline comments.


================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:5141
+    }
+    LLVM_FALLTHROUGH;
   case ISD::SRA:
----------------
cameron.mcinally wrote:
> This should probably have a test. Same for ISD::MUL.
Sorry, just SHL. MUL tests are there...


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

https://reviews.llvm.org/D68203





More information about the llvm-commits mailing list