[PATCH] D88011: [ARM] Add patterns for vmulh

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 04:22:35 PDT 2020


samparker added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:762
 
-    setOperationAction(ISD::MULHS, VT, Expand);
     setOperationAction(ISD::SMUL_LOHI, VT, Expand);
----------------
So this doesn't break for non-vector targets then? Do they get expanded automatically because no vector types are supported?


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

https://reviews.llvm.org/D88011



More information about the llvm-commits mailing list