[llvm] [llvm] Ensure that soft float targets don't use float/vector code for memops. (PR #107022)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 5 04:43:23 PDT 2025
================
@@ -2023,6 +2023,11 @@ class TargetLoweringBase {
return LLT();
}
+ bool useIntScalarMemOps(const AttributeList &FuncAttributes) const {
----------------
arsenm wrote:
useSoftFloat is better but also vague. use "soft" float for what?
https://github.com/llvm/llvm-project/pull/107022
More information about the llvm-commits
mailing list