[llvm] ISel/AArch64: custom lower vector ISD::[L]LRINT (PR #89035)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 08:41:47 PDT 2024
================
@@ -1665,6 +1677,11 @@ AArch64TargetLowering::AArch64TargetLowering(const TargetMachine &TM,
setOperationAction(ISD::MULHU, VT, Custom);
}
+ // LRINT and LLRINT.
+ for (auto VT : MVT::fp_fixedlen_vector_valuetypes()) {
----------------
davemgreen wrote:
This one might want to be in addTypeForFixedLengthSVE.
https://github.com/llvm/llvm-project/pull/89035
More information about the llvm-commits
mailing list