[all-commits] [llvm/llvm-project] a6fb1b: [ARM] Remove unused lowerABS function. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Feb 20 22:49:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6fb1bb3061b4f6e01b9402bde1bef280bb90811
      https://github.com/llvm/llvm-project/commit/a6fb1bb3061b4f6e01b9402bde1bef280bb90811
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-02-20 (Sun, 20 Feb 2022)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/test/CodeGen/ARM/iabs.ll

  Log Message:
  -----------
  [ARM] Remove unused lowerABS function. NFC

This function was added in D49837, but no setOperationAction call
was added with it. The code is equivalent to what is done by the
default ExpandIntRes_ABS implementation when ADDCARRY is supported.
Test case added to verify this. There was some existing coverage
from Thumb2 MVE tests, but they started from vectors.




More information about the All-commits mailing list