[all-commits] [llvm/llvm-project] 59fea9: [AArch64] Remove ADDC, ADDE, SUBC, SUBE support, u...

deadalnix via All-commits all-commits at lists.llvm.org
Mon May 9 17:23:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59fea9380dae01697157057e33a8b2fd8cb94de6
      https://github.com/llvm/llvm-project/commit/59fea9380dae01697157057e33a8b2fd8cb94de6
  Author: Amaury Séchet <deadalnix at gmail.com>
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

  Log Message:
  -----------
  [AArch64] Remove ADDC, ADDE, SUBC, SUBE support, use the CARRY ops instead

This cleans up tech debt. Similar to D33390 .

Reviewed By: Kmeakin

Differential Revision: https://reviews.llvm.org/D125150




More information about the All-commits mailing list