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

Lee Wei via All-commits all-commits at lists.llvm.org
Tue Nov 12 01:12:09 PST 2024


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

  Changed paths:
    M llvm/test/Transforms/GVN/2011-04-27-phioperands.ll
    M llvm/test/Transforms/GVN/2012-05-22-PreCrash.ll
    M llvm/test/Transforms/GVN/PRE/phi-translate-2.ll
    M llvm/test/Transforms/GVN/PRE/pre-loop-load-new-pm.ll
    M llvm/test/Transforms/GVN/PRE/pre-loop-load.ll
    M llvm/test/Transforms/GVN/PRE/preserve-tbaa.ll
    M llvm/test/Transforms/GVN/crash.ll
    M llvm/test/Transforms/GVN/equality-assume.ll
    M llvm/test/Transforms/GVN/pre-new-inst.ll
    M llvm/test/Transforms/GVN/stale-loop-info.ll
    M llvm/test/Transforms/GVN/unreachable_block_infinite_loop.ll
    M llvm/test/Transforms/GVNHoist/hoist-call.ll
    M llvm/test/Transforms/GVNHoist/hoist-mssa.ll
    M llvm/test/Transforms/GVNHoist/hoist-simplify-phi.ll
    M llvm/test/Transforms/GVNHoist/hoist-very-busy.ll
    M llvm/test/Transforms/GVNHoist/non-trivial-phi.ll
    M llvm/test/Transforms/GVNHoist/pr30216.ll
    M llvm/test/Transforms/GVNHoist/pr36787.ll
    M llvm/test/Transforms/GVNSink/dither.ll
    M llvm/test/Transforms/GVNSink/sink-common-code.ll
    M llvm/test/Transforms/GVNSink/struct.ll
    M llvm/test/Transforms/GuardWidening/basic.ll
    M llvm/test/Transforms/GuardWidening/basic_widenable_condition_guards.ll

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

This PR removes tests with `br i1 undef` under `llvm/tests/G*`.
There were a few tests that I couldn't fix to pass lit. I'll come back
and fix those later.



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