[PATCH] D145333: [test] Remove occurences of br undef in CodeGen/AArch64 tests

Kriti Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 14:36:23 PST 2023


kritgpt created this revision.
Herald added subscribers: kristof.beyls, qcolombet.
Herald added a project: All.
kritgpt requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch removes br undef as suggested by https://discourse.llvm.org/t/please-dont-use-br-undef-in-tests-aka-please-avoid-test-cases-with-ub/63115. Script used: https://gist.github.com/kritgpt/69bfc7ef78e1784716c693d531a58adf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145333

Files:
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-indirect-br-repeated-block.ll
  llvm/test/CodeGen/AArch64/aarch64-address-type-promotion-assertion.ll
  llvm/test/CodeGen/AArch64/arm64-2011-03-09-CPSRSpill.ll
  llvm/test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
  llvm/test/CodeGen/AArch64/arm64-2011-04-21-CPSRBug.ll
  llvm/test/CodeGen/AArch64/arm64-2012-01-11-ComparisonDAGCrash.ll
  llvm/test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll
  llvm/test/CodeGen/AArch64/arm64-2013-01-23-frem-crash.ll
  llvm/test/CodeGen/AArch64/arm64-2013-01-23-sext-crash.ll
  llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll
  llvm/test/CodeGen/AArch64/arm64-call-tailcalls.ll
  llvm/test/CodeGen/AArch64/arm64-collect-loh.ll
  llvm/test/CodeGen/AArch64/arm64-dead-register-def-bug.ll
  llvm/test/CodeGen/AArch64/arm64-early-ifcvt.ll
  llvm/test/CodeGen/AArch64/arm64-fast-isel.ll
  llvm/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  llvm/test/CodeGen/AArch64/arm64-storebytesmerge.ll
  llvm/test/CodeGen/AArch64/br-to-eh-lpad.ll
  llvm/test/CodeGen/AArch64/br-undef-cond.ll
  llvm/test/CodeGen/AArch64/gep-nullptr.ll
  llvm/test/CodeGen/AArch64/inline-asm-blockaddress.ll
  llvm/test/CodeGen/AArch64/madd-combiner.ll
  llvm/test/CodeGen/AArch64/optimize-cond-branch.ll
  llvm/test/CodeGen/AArch64/shrink-wrap.ll
  llvm/test/CodeGen/AArch64/tail-call-unused-zext.ll
  llvm/test/CodeGen/AArch64/tailcall-ssp-split-debug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145333.502477.patch
Type: text/x-patch
Size: 28937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230305/18d8b040/attachment.bin>


More information about the llvm-commits mailing list