[PATCH] D141221: [AVR] Fix incorrect expansion of the pseudo 'ELPMBRdZ' instruction

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 8 04:50:44 PST 2023


benshi001 added inline comments.


================
Comment at: llvm/test/CodeGen/AVR/elpm.ll:296
+; NOX-NEXT:    out 59, r18
+; NOX-NEXT:    elpm
+; NOX-NEXT:    mov r19, r0
----------------
The only difference between `CHECK` and `NOX` is that `elpm rd, z` is replaced by `elpm + mov rd, r0`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141221



More information about the llvm-commits mailing list