[llvm] [NewPM] Port for AArch64A53Fix835769 (PR #184965)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 09:54:55 PST 2026
================
@@ -76,12 +76,19 @@ static bool isSecondInstructionInSequence(MachineInstr *MI) {
//===----------------------------------------------------------------------===//
namespace {
-class AArch64A53Fix835769 : public MachineFunctionPass {
+class AArch64A53Fix835769Impl {
+public:
+ bool run(MachineFunction &F);
----------------
boomanaiden154 wrote:
Nit `MachineFunction &MF` instead of `MachineFunction &F`.
https://github.com/llvm/llvm-project/pull/184965
More information about the llvm-commits
mailing list