[PATCH] D117991: [AVR][NFC] Make atomics tests easier to read

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 23 09:02:04 PST 2022


aykevl created this revision.
aykevl added a reviewer: benshi001.
Herald added subscribers: Jim, dylanmckay.
aykevl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Use the same mnemonics in the tests that are used in the `AtomicLoadOp` pattern (`$rd`, `$rr`) but use `RR1` instead of `$operand`. This matches similar tests in load8.ll.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117991

Files:
  llvm/test/CodeGen/AVR/atomics/load16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117991.402344.patch
Type: text/x-patch
Size: 3966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220123/e55daa2a/attachment.bin>


More information about the llvm-commits mailing list