[llvm-branch-commits] [llvm] release/19.x: [GlobalISel] Bail out early for big-endian (#103310) (PR #104823)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 19 12:58:35 PDT 2024
================
@@ -539,3 +546,5 @@ bool ARMCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &
return true;
}
+
+bool ARMCallLowering::enableBigEndian() const { return EnableGISelBigEndian; }
----------------
arsenm wrote:
Missing end of line but I guess that's an upstream patch issue
https://github.com/llvm/llvm-project/pull/104823
More information about the llvm-branch-commits
mailing list