[PATCH] D152087: [AVR][NFC][test] Supplement a test of pseudo instruction RORBRd

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 07:44:54 PDT 2023


benshi001 marked an inline comment as done.
benshi001 added inline comments.


================
Comment at: llvm/test/CodeGen/AVR/pseudo/RORBrd.mir:22
+    ; CHECK:       $r14 = RORRd $r14, implicit-def $sreg, implicit $sreg 
+    ; CHECK:       $r14 = BLD $r14, 7, implicit $sreg 
+
----------------
aykevl wrote:
> The only possible improvement I can think of is using CHECK-NEXT but it's fine as-is.
Thanks. I will fix this when committing it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152087



More information about the llvm-commits mailing list