[PATCH] D152087: [AVR][NFC][test] Supplement a test of pseudo instruction RORBRd
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 4 06:34:28 PDT 2023
aykevl accepted this revision.
aykevl 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
+
----------------
The only possible improvement I can think of is using CHECK-NEXT but it's fine as-is.
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