[PATCH] D128508: [AArch64][SME] Sink tile offset operands into the loop for load/store instructions.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 02:27:08 PDT 2022
sdesmalen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:12574
case Intrinsic::fma:
if (cast<VectorType>(I->getType())->getElementType()->isHalfTy() &&
!Subtarget->hasFullFP16())
----------------
dmgreen wrote:
> This may need to protect against vector types now.
Good catch @dmgreen, thanks!
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