[PATCH] D122533: [AVR] Remove AVRRelaxMemOperations

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 05:52:39 PDT 2022


benshi001 added inline comments.


================
Comment at: llvm/test/CodeGen/AVR/pseudo/STDWPtrQRr.mir:1
-# RUN: llc -O0 -run-pass=avr-expand-pseudo  %s -o - | FileCheck %s
+# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
 
----------------
benshi001 wrote:
> You can trigger the bug, with `-verify-machineinstrs` option after the `-run-pass=avr-expand-pseudo` option.
I still suggest you add a `-verify-machineinstrs` option after the `-run-pass=avr-expand-pseudo` option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122533/new/

https://reviews.llvm.org/D122533



More information about the llvm-commits mailing list