[PATCH] D94708: [IR] Introduce llvm.experimental.vector.splice intrinsic

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 12:37:57 PST 2021


cameron.mcinally added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:1093
       setOperationAction(ISD::SELECT, VT, Custom);
+      setOperationAction(ISD::SETCC, VT, Custom);
       setOperationAction(ISD::SDIV, VT, Custom);
----------------
Is this change required for the splice patch? I wonder if it should be broken out to its own commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94708



More information about the llvm-commits mailing list