[PATCH] D95240: [update_llc_test_checks] Support AVR

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 08:22:04 PST 2021


arichardson added a comment.

It might be worth adding a test in `llvm/test/tools/UpdateTestChecks/update_llc_test_checks/` but I'd say that's not essential to land this patch.



================
Comment at: llvm/test/CodeGen/AVR/neg.ll:14
 define i16 @neg16(i16 %x) {
-; CHECK-LABEL: neg16:
-; CHECK:       neg r25
 ; CHECK-next:  neg r24
 ; CHECK-next:  sbci r25, 0
----------------
These incorrect CHECK lines should be removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95240



More information about the llvm-commits mailing list