[all-commits] [llvm/llvm-project] 590824: Reland "[X86][APX] Remove redundant TEST*ri instru...

Phoebe Wang via All-commits all-commits at lists.llvm.org
Fri Aug 29 07:52:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59082485e6c5f5f8a399b91903eea59ba25153dc
      https://github.com/llvm/llvm-project/commit/59082485e6c5f5f8a399b91903eea59ba25153dc
  Author: Phoebe Wang <phoebe.wang at intel.com>
  Date:   2025-08-29 (Fri, 29 Aug 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
    M llvm/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
    M llvm/test/CodeGen/X86/apx/cf.ll
    M llvm/test/CodeGen/X86/ins_subreg_coalesce-3.ll
    M llvm/test/CodeGen/X86/peep-test-5.ll
    M llvm/test/CodeGen/X86/pr38795.ll

  Log Message:
  -----------
  Reland "[X86][APX] Remove redundant TEST*ri instructions" (#156002)

The goal is to remove redundant TEST*ri instructions, especially with NF
feature. Other tests are side effects due to longer live range of
EFLAGS. https://godbolt.org/z/PbaTj1oa3

Reland with fix to buildbot failures.



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