[all-commits] [llvm/llvm-project] fa2b83: [GlobalISel] Add G_ABS
jayfoad via All-commits
all-commits at lists.llvm.org
Tue Aug 11 08:35:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa2b836ea393dc4d24d2fced0ea78b7527f77de9
https://github.com/llvm/llvm-project/commit/fa2b836ea393dc4d24d2fced0ea78b7527f77de9
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/docs/GlobalISel/GenericOpcode.rst
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/include/llvm/Support/TargetOpcodes.def
M llvm/include/llvm/Target/GenericOpcodes.td
M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
M llvm/unittests/CodeGen/GlobalISel/MachineIRBuilderTest.cpp
Log Message:
-----------
[GlobalISel] Add G_ABS
This is equivalent to the new llvm.abs intrinsic added by D84125 with
is_int_min_poison=0.
Differential Revision: https://reviews.llvm.org/D85718
More information about the All-commits
mailing list