[PATCH] D145632: [test] Remove occurences of br undef in CodeGen/PowerPC tests

Kriti Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 16:35:18 PST 2023


kritgpt created this revision.
Herald added subscribers: shchenz, asbirlea, arphaman, kbarton, nemanjai, qcolombet, MatzeB.
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/D145632

Files:
  llvm/test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll
  llvm/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll
  llvm/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll
  llvm/test/CodeGen/PowerPC/2016-01-07-BranchWeightCrash.ll
  llvm/test/CodeGen/PowerPC/PR3488.ll
  llvm/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
  llvm/test/CodeGen/PowerPC/aix-vsx-splatimm.ll
  llvm/test/CodeGen/PowerPC/ashr-neg1.ll
  llvm/test/CodeGen/PowerPC/asym-regclass-copy.ll
  llvm/test/CodeGen/PowerPC/bdzlr.ll
  llvm/test/CodeGen/PowerPC/bv-pres-v8i1.ll
  llvm/test/CodeGen/PowerPC/bv-widen-undef.ll
  llvm/test/CodeGen/PowerPC/cr-spills.ll
  llvm/test/CodeGen/PowerPC/ctr-cleanup.ll
  llvm/test/CodeGen/PowerPC/ctrloop-large-ec.ll
  llvm/test/CodeGen/PowerPC/ctrloop-reg.ll
  llvm/test/CodeGen/PowerPC/ctrloop-udivti3.ll
  llvm/test/CodeGen/PowerPC/early-ret2.ll
  llvm/test/CodeGen/PowerPC/expand-foldable-isel.ll
  llvm/test/CodeGen/PowerPC/ext-bool-trunc-repl.ll
  llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll
  llvm/test/CodeGen/PowerPC/fast-isel-icmp-split.ll
  llvm/test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll
  llvm/test/CodeGen/PowerPC/isel-rc-nox0.ll
  llvm/test/CodeGen/PowerPC/lbzux.ll
  llvm/test/CodeGen/PowerPC/licm-remat.ll
  llvm/test/CodeGen/PowerPC/merge-st-chain-op.ll
  llvm/test/CodeGen/PowerPC/misched.ll
  llvm/test/CodeGen/PowerPC/mma-phi-accs.ll
  llvm/test/CodeGen/PowerPC/negctr.ll
  llvm/test/CodeGen/PowerPC/no-dup-of-bdnz.ll
  llvm/test/CodeGen/PowerPC/optimize-andiso.ll
  llvm/test/CodeGen/PowerPC/p10-spill-crun.ll
  llvm/test/CodeGen/PowerPC/post-ra-ec.ll
  llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
  llvm/test/CodeGen/PowerPC/ppc-vaarg-agg.ll
  llvm/test/CodeGen/PowerPC/ppc64-acc-regalloc.ll
  llvm/test/CodeGen/PowerPC/ppc64-xxsplti32dx-pattern-check.ll
  llvm/test/CodeGen/PowerPC/pr16556.ll
  llvm/test/CodeGen/PowerPC/pr17168.ll
  llvm/test/CodeGen/PowerPC/pr18663-2.ll
  llvm/test/CodeGen/PowerPC/pr24546.ll
  llvm/test/CodeGen/PowerPC/pr24636.ll
  llvm/test/CodeGen/PowerPC/pr25157-peephole.ll
  llvm/test/CodeGen/PowerPC/pr25157.ll
  llvm/test/CodeGen/PowerPC/pr43527.ll
  llvm/test/CodeGen/PowerPC/pr45709.ll
  llvm/test/CodeGen/PowerPC/pr46923.ll
  llvm/test/CodeGen/PowerPC/pr48519.ll
  llvm/test/CodeGen/PowerPC/pr49509.ll
  llvm/test/CodeGen/PowerPC/preinc-ld-sel-crash.ll
  llvm/test/CodeGen/PowerPC/preincprep-nontrans-crash.ll
  llvm/test/CodeGen/PowerPC/redundant-copy-after-tail-dup.ll
  llvm/test/CodeGen/PowerPC/remap-crash.ll
  llvm/test/CodeGen/PowerPC/rlwimi-and.ll
  llvm/test/CodeGen/PowerPC/rs-undef-use.ll
  llvm/test/CodeGen/PowerPC/sdag-ppcf128.ll
  llvm/test/CodeGen/PowerPC/set0-v8i16.ll
  llvm/test/CodeGen/PowerPC/sink-side-effect.ll
  llvm/test/CodeGen/PowerPC/sj-ctr-loop.ll
  llvm/test/CodeGen/PowerPC/sms-iterator.ll
  llvm/test/CodeGen/PowerPC/spill-nor0.ll
  llvm/test/CodeGen/PowerPC/spill_p9_setb.ll
  llvm/test/CodeGen/PowerPC/split-index-tc.ll
  llvm/test/CodeGen/PowerPC/std-unal-fi.ll
  llvm/test/CodeGen/PowerPC/stwu-sched.ll
  llvm/test/CodeGen/PowerPC/stwux.ll
  llvm/test/CodeGen/PowerPC/sub-bv-types.ll
  llvm/test/CodeGen/PowerPC/subreg-postra.ll
  llvm/test/CodeGen/PowerPC/test-and-cmp-folding.ll
  llvm/test/CodeGen/PowerPC/vsel-prom.ll
  llvm/test/CodeGen/PowerPC/vsx-fma-mutate-trivial-copy.ll
  llvm/test/CodeGen/PowerPC/vsx-fma-mutate-undef.ll
  llvm/test/CodeGen/PowerPC/vsx-infl-copy2.ll
  llvm/test/CodeGen/PowerPC/vsx-self-copy.ll
  llvm/test/CodeGen/PowerPC/vsx-spill-norwstore.ll
  llvm/test/CodeGen/PowerPC/xray-ret-is-terminator.ll
  llvm/test/CodeGen/PowerPC/xvcmpeqdp-v2f64.ll
  llvm/test/CodeGen/PowerPC/zero-not-run.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145632.503563.patch
Type: text/x-patch
Size: 129339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230309/d726e035/attachment.bin>


More information about the llvm-commits mailing list