[PATCH] D122533: [AVR] Remove AVRRelaxMemOperations

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


benshi001 added a comment.

In D122533#3410072 <https://reviews.llvm.org/D122533#3410072>, @Patryk27 wrote:

> I think I'm using `=Release` instead of `=Debug`, that would explain the difference, yeah;

You need not Debug, just add `-verify-machineinstrs` option after the `-run-pass=avr-expand-pseudo`, then the bug will also be triggered.


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