[llvm] [AArch64] Disable loop alignment for Windows targets (PR #67894)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 05:50:26 PDT 2023
================
@@ -1402,6 +1402,9 @@ static void ARM64EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info,
// here, but we'd have to emit the pdata, the xdata header, and the
// epilogue scopes later, since they depend on whether the we need to
// split the unwind data.
+ //
+ // If this is fixed, remove code in AArch64ISelLowering.cpp that
----------------
DavidSpickett wrote:
What's "this" here and what would "fixed" mean. Maybe it needs a "see <link>". As out of the context of this PR it doesn't make much sense.
https://github.com/llvm/llvm-project/pull/67894
More information about the llvm-commits
mailing list