[llvm] [AArch64][GlobalISel] Improve lowering of vector fp16 fptrunc (PR #163398)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 02:33:47 PST 2025
================
@@ -2389,4 +2404,4 @@ bool AArch64LegalizerInfo::legalizePrefetch(MachineInstr &MI,
MIB.buildInstr(AArch64::G_AARCH64_PREFETCH).addImm(PrfOp).add(AddrVal);
MI.eraseFromParent();
return true;
-}
+}
----------------
davemgreen wrote:
Undo this.
https://github.com/llvm/llvm-project/pull/163398
More information about the llvm-commits
mailing list