[all-commits] [llvm/llvm-project] 8bd6d3: [ARM] Override hasAndNotCompare (#145441)

AZero13 via All-commits all-commits at lists.llvm.org
Sun Jun 29 03:16:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bd6d36a44134f23000762f3cb192a325c4cfd91
      https://github.com/llvm/llvm-project/commit/8bd6d36a44134f23000762f3cb192a325c4cfd91
  Author: AZero13 <gfunni234 at gmail.com>
  Date:   2025-06-29 (Sun, 29 Jun 2025)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/test/CodeGen/ARM/fpclamptosat.ll
    M llvm/test/CodeGen/ARM/usat-with-shift.ll
    M llvm/test/CodeGen/ARM/usat.ll
    M llvm/test/CodeGen/Thumb2/mve-vselect-constants.ll

  Log Message:
  -----------
  [ARM] Override hasAndNotCompare (#145441)

bics is available on ARM.

USAT regressions are to be fixed after this because that is an issue
with the ARMISelLowering and should be another PR.

Note that opt optimizes those testcases to min/max intrinsics anyway so
this should have no real effect on codegen.

Proof: https://alive2.llvm.org/ce/z/kPVQ3_



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