[all-commits] [llvm/llvm-project] c174cc: [llvm] Remove `br i1 undef` in some `llvm/test/Cod...

Yeaseen via All-commits all-commits at lists.llvm.org
Wed Feb 12 01:19:23 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c174cc48401292e2eb9317128f56fd22af2f4848
      https://github.com/llvm/llvm-project/commit/c174cc48401292e2eb9317128f56fd22af2f4848
  Author: Yeaseen <yeaseen.arafat96 at gmail.com>
  Date:   2025-02-12 (Wed, 12 Feb 2025)

  Changed paths:
    M llvm/test/CodeGen/X86/coalescer-subreg.ll
    M llvm/test/CodeGen/X86/code_placement_eh.ll
    M llvm/test/CodeGen/X86/codegen-prepare-cast.ll
    M llvm/test/CodeGen/X86/discontiguous-loops.ll
    M llvm/test/CodeGen/X86/early-ifcvt-crash.ll
    M llvm/test/CodeGen/X86/fast-isel-stackcheck.ll
    M llvm/test/CodeGen/X86/fp-stack-O0-crash.ll
    M llvm/test/CodeGen/X86/fp-stack.ll
    M llvm/test/CodeGen/X86/implicit-null-chk-reg-rewrite.mir
    M llvm/test/CodeGen/X86/insert-positions.ll
    M llvm/test/CodeGen/X86/legalize-sub-zero-2.ll
    M llvm/test/CodeGen/X86/licm-symbol.ll
    M llvm/test/CodeGen/X86/liveness-local-regalloc.ll
    M llvm/test/CodeGen/X86/lsr-overflow.ll
    M llvm/test/CodeGen/XCore/2010-02-25-LSR-Crash.ll

  Log Message:
  -----------
  [llvm] Remove `br i1 undef` in some `llvm/test/CodeGen` tests (#126811)

This PR replaces some instances of `br i1 undef` with function argument
value in several tests under `llvm/test/CodeGen/` directory.



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