[PATCH] D118115: [AVR][NFC] Improve CodeGen tests

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 02:16:46 PST 2022


benshi001 created this revision.
benshi001 added reviewers: aykevl, MaskRay, dylanmckay.
Herald added subscribers: Jim, qcolombet, MatzeB.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, jacquesguan.
Herald added a project: LLVM.

Add '-verify-machineinstrs' to all CodeGen tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118115

Files:
  llvm/test/CodeGen/AVR/PR31344.ll
  llvm/test/CodeGen/AVR/PR31345.ll
  llvm/test/CodeGen/AVR/add.ll
  llvm/test/CodeGen/AVR/alloca.ll
  llvm/test/CodeGen/AVR/and.ll
  llvm/test/CodeGen/AVR/atomics/fence.ll
  llvm/test/CodeGen/AVR/atomics/load-store-16-unexpected-register-bug.ll
  llvm/test/CodeGen/AVR/atomics/load16.ll
  llvm/test/CodeGen/AVR/atomics/load32.ll
  llvm/test/CodeGen/AVR/atomics/load64.ll
  llvm/test/CodeGen/AVR/atomics/load8.ll
  llvm/test/CodeGen/AVR/atomics/store.ll
  llvm/test/CodeGen/AVR/atomics/store16.ll
  llvm/test/CodeGen/AVR/atomics/swap.ll
  llvm/test/CodeGen/AVR/avr-rust-issue-123.ll
  llvm/test/CodeGen/AVR/block-address-is-in-progmem-space.ll
  llvm/test/CodeGen/AVR/branch-relaxation-long.ll
  llvm/test/CodeGen/AVR/branch-relaxation.ll
  llvm/test/CodeGen/AVR/call.ll
  llvm/test/CodeGen/AVR/calling-conv/c/basic.ll
  llvm/test/CodeGen/AVR/calling-conv/c/basic_aggr.ll
  llvm/test/CodeGen/AVR/calling-conv/c/call.ll
  llvm/test/CodeGen/AVR/calling-conv/c/call_aggr.ll
  llvm/test/CodeGen/AVR/calling-conv/c/return.ll
  llvm/test/CodeGen/AVR/calling-conv/c/return_aggr.ll
  llvm/test/CodeGen/AVR/calling-conv/c/stack.ll
  llvm/test/CodeGen/AVR/clear-bss.ll
  llvm/test/CodeGen/AVR/cmp.ll
  llvm/test/CodeGen/AVR/com.ll
  llvm/test/CodeGen/AVR/copy-data-to-ram.ll
  llvm/test/CodeGen/AVR/ctlz.ll
  llvm/test/CodeGen/AVR/ctors.ll
  llvm/test/CodeGen/AVR/ctpop.ll
  llvm/test/CodeGen/AVR/cttz.ll
  llvm/test/CodeGen/AVR/directmem.ll
  llvm/test/CodeGen/AVR/div.ll
  llvm/test/CodeGen/AVR/dynalloca.ll
  llvm/test/CodeGen/AVR/eor.ll
  llvm/test/CodeGen/AVR/expand-integer-failure.ll
  llvm/test/CodeGen/AVR/features/avr-tiny.ll
  llvm/test/CodeGen/AVR/features/avr25.ll
  llvm/test/CodeGen/AVR/features/xmega_io.ll
  llvm/test/CodeGen/AVR/frame.ll
  llvm/test/CodeGen/AVR/frmidx-iterator-bug.ll
  llvm/test/CodeGen/AVR/hardware-mul.ll
  llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll
  llvm/test/CodeGen/AVR/icall-func-pointer-correct-addr-space.ll
  llvm/test/CodeGen/AVR/impossible-reg-to-reg-copy.ll
  llvm/test/CodeGen/AVR/inline-asm/inline-asm-invalid.ll
  llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll
  llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll
  llvm/test/CodeGen/AVR/inline-asm/inline-asm3.ll
  llvm/test/CodeGen/AVR/integration/blink.ll
  llvm/test/CodeGen/AVR/interrupts.ll
  llvm/test/CodeGen/AVR/intrinsics/named-reg-alloc.ll
  llvm/test/CodeGen/AVR/intrinsics/named-reg-special.ll
  llvm/test/CodeGen/AVR/intrinsics/stacksave-restore.ll
  llvm/test/CodeGen/AVR/io.ll
  llvm/test/CodeGen/AVR/issue-cannot-select-bswap.ll
  llvm/test/CodeGen/AVR/issue-regalloc-stackframe-folding-earlyclobber.ll
  llvm/test/CodeGen/AVR/jmp-long.ll
  llvm/test/CodeGen/AVR/large-return-size.ll
  llvm/test/CodeGen/AVR/lower-formal-args-struct-return.ll
  llvm/test/CodeGen/AVR/lower-formal-arguments-assertion.ll
  llvm/test/CodeGen/AVR/neg.ll
  llvm/test/CodeGen/AVR/no-print-operand-twice.ll
  llvm/test/CodeGen/AVR/or.ll
  llvm/test/CodeGen/AVR/pre-schedule.ll
  llvm/test/CodeGen/AVR/progmem-extended.ll
  llvm/test/CodeGen/AVR/progmem.ll
  llvm/test/CodeGen/AVR/rem.ll
  llvm/test/CodeGen/AVR/return.ll
  llvm/test/CodeGen/AVR/rot.ll
  llvm/test/CodeGen/AVR/runtime-trig.ll
  llvm/test/CodeGen/AVR/rust-avr-bug-112.ll
  llvm/test/CodeGen/AVR/rust-avr-bug-37.ll
  llvm/test/CodeGen/AVR/rust-avr-bug-95.ll
  llvm/test/CodeGen/AVR/rust-avr-bug-99.ll
  llvm/test/CodeGen/AVR/rust-trait-object.ll
  llvm/test/CodeGen/AVR/sections.ll
  llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll
  llvm/test/CodeGen/AVR/sext.ll
  llvm/test/CodeGen/AVR/shift-expand.ll
  llvm/test/CodeGen/AVR/sign-extension.ll
  llvm/test/CodeGen/AVR/smul-with-overflow.ll
  llvm/test/CodeGen/AVR/software-mul.ll
  llvm/test/CodeGen/AVR/std-ldd-immediate-overflow.ll
  llvm/test/CodeGen/AVR/store-undef.ll
  llvm/test/CodeGen/AVR/store.ll
  llvm/test/CodeGen/AVR/struct.ll
  llvm/test/CodeGen/AVR/sub.ll
  llvm/test/CodeGen/AVR/trunc.ll
  llvm/test/CodeGen/AVR/umul-with-overflow.ll
  llvm/test/CodeGen/AVR/umul.with.overflow.i16-bug.ll
  llvm/test/CodeGen/AVR/unaligned-atomic-loads.ll
  llvm/test/CodeGen/AVR/varargs.ll
  llvm/test/CodeGen/AVR/xor.ll
  llvm/test/CodeGen/AVR/zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118115.402806.patch
Type: text/x-patch
Size: 47093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220125/b72f1835/attachment-0001.bin>


More information about the llvm-commits mailing list