[all-commits] [llvm/llvm-project] ead9ad: [llvm] Remove `br i1 undef` from some regression t...

Lee Wei via All-commits all-commits at lists.llvm.org
Tue Nov 19 00:12:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ead9ad2960ab72bf6142d8aeb164a097a7e407db
      https://github.com/llvm/llvm-project/commit/ead9ad2960ab72bf6142d8aeb164a097a7e407db
  Author: Lee Wei <lee10202013 at gmail.com>
  Date:   2024-11-19 (Tue, 19 Nov 2024)

  Changed paths:
    M llvm/test/Transforms/JumpThreading/PR33357-lvi-recursion.ll
    M llvm/test/Transforms/JumpThreading/basic.ll
    M llvm/test/Transforms/JumpThreading/crash.ll
    M llvm/test/Transforms/JumpThreading/ddt-crash.ll
    M llvm/test/Transforms/JumpThreading/ddt-crash4.ll
    M llvm/test/Transforms/JumpThreading/landing-pad.ll
    M llvm/test/Transforms/JumpThreading/pr22086.ll
    M llvm/test/Transforms/JumpThreading/pr9331.ll
    M llvm/test/Transforms/JumpThreading/preserving-debugloc-br.ll
    M llvm/test/Transforms/JumpThreading/unreachable-loops.ll
    M llvm/test/Transforms/LCSSA/indirectbr.ll
    M llvm/test/Transforms/LCSSA/invoke-dest.ll
    M llvm/test/Transforms/LCSSA/pr28424.ll
    M llvm/test/Transforms/LCSSA/pr28608.ll
    M llvm/test/Transforms/LCSSA/remove-phis.ll
    M llvm/test/Transforms/LCSSA/unused-phis.ll
    M llvm/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
    M llvm/test/Transforms/LICM/alias-set-tracker-loss.ll
    M llvm/test/Transforms/LICM/assume.ll
    M llvm/test/Transforms/LICM/callbr-crash.ll
    M llvm/test/Transforms/LICM/crash.ll
    M llvm/test/Transforms/LICM/debug-value.ll
    M llvm/test/Transforms/LICM/gc-relocate.ll
    M llvm/test/Transforms/LICM/hoist-phi.ll
    M llvm/test/Transforms/LICM/lcssa-ssa-promoter.ll
    M llvm/test/Transforms/LICM/loopsink-pr39570.ll
    M llvm/test/Transforms/LICM/outer-loop-deleted-before-licm.ll
    M llvm/test/Transforms/LICM/pr32129.ll
    M llvm/test/Transforms/LICM/pr37323.ll
    M llvm/test/Transforms/LICM/pr38513.ll
    M llvm/test/Transforms/LICM/pr50367.ll
    M llvm/test/Transforms/LICM/sink-promote.ll
    M llvm/test/Transforms/LICM/sinking.ll
    M llvm/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
    M llvm/test/Transforms/LoopDeletion/2017-07-11-incremental-dt.ll
    M llvm/test/Transforms/LoopDeletion/bbi-59728.ll
    M llvm/test/Transforms/LoopDeletion/crashbc.ll
    M llvm/test/Transforms/LoopDeletion/pr53969.ll
    M llvm/test/Transforms/LoopDeletion/simplify-then-delete.ll
    M llvm/test/Transforms/LoopIdiom/non-canonical-loop.ll
    M llvm/test/Transforms/LoopIdiom/scev-invalidation_topmostloop.ll

  Log Message:
  -----------
  [llvm] Remove `br i1 undef` from some regression tests [NFC] (#116739)

This PR removes tests with br i1 undef under
`llvm/tests/Transforms/JumpThreading, LCSSA, LICM, LoopDeletion,
LoopIdiom`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list