[PATCH] D128508: [AArch64][SME] Sink tile offset operands into the loop for load/store instructions.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 02:06:11 PDT 2022


dmgreen added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:12574
     case Intrinsic::fma:
       if (cast<VectorType>(I->getType())->getElementType()->isHalfTy() &&
           !Subtarget->hasFullFP16())
----------------
This may need to protect against vector types now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128508



More information about the llvm-commits mailing list