[llvm] fceabd0 - Remove a reference to rdar://11522048
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 11:27:13 PDT 2023
Author: Jon Roelofs
Date: 2023-08-09T11:26:55-07:00
New Revision: fceabd0de65fa7db996d9d5bdcbe382d8b5ed7fb
URL: https://github.com/llvm/llvm-project/commit/fceabd0de65fa7db996d9d5bdcbe382d8b5ed7fb
DIFF: https://github.com/llvm/llvm-project/commit/fceabd0de65fa7db996d9d5bdcbe382d8b5ed7fb.diff
LOG: Remove a reference to rdar://11522048
The context provided by the radar is mostly "administrative" in nature, and
doesn't appear relevant compared to the beautiful comment preceeding it.
Added:
Modified:
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
index a0d0c34984a242..c6673ec600309c 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
@@ -4525,9 +4525,6 @@ MachineInstr *AArch64InstrInfo::foldMemoryOperandImpl(
// register class, TargetInstrInfo::foldMemoryOperand() is going to try.
//
// To prevent that, we are going to constrain the %0 register class here.
- //
- // <rdar://problem/11522048>
- //
if (MI.isFullCopy()) {
Register DstReg = MI.getOperand(0).getReg();
Register SrcReg = MI.getOperand(1).getReg();
More information about the llvm-commits
mailing list