diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-03-12 10:41:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 10:41:59 +0000 |
commit | 3358838446428976a41390fde98fe5b04b08a132 (patch) | |
tree | d8aa93a30611ef6e87dd6ff7a3972d6240333f74 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 1b945e35a6a59fda436585f8fca12c82a27fc6a9 (diff) | |
download | llvm-3358838446428976a41390fde98fe5b04b08a132.zip llvm-3358838446428976a41390fde98fe5b04b08a132.tar.gz llvm-3358838446428976a41390fde98fe5b04b08a132.tar.bz2 |
[ADT] Add APIntOps::abds signed absolute difference and rename absdiff -> abdu (#84791)
When I created APIntOps::absdiff, I totally missed that we already have ISD::ABDS/ABDU nodes, and we use this term in other places/targets as well.
I've added the APIntOps::abds implementation and renamed APIntOps::absdiff to APIntOps::abdu.
Given that APIntOps::absdiff is so young I don't think we need to create a deprecation wrapper, but I can if anyone thinks it important.
I'll do a KnownBits rename patch after this.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions