[PATCH] D85718: [GlobalISel] Add G_ABS

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 02:58:28 PDT 2020


foad created this revision.
foad added reviewers: nikic, lebedev.ri, spatel, RKSimon, craig.topper, arsenm.
Herald added subscribers: llvm-commits, hiraditya, rovka.
Herald added a project: LLVM.
foad requested review of this revision.
Herald added a subscriber: wdng.

This is a direct equivalent of the new llvm.abs intrinsic added by
D84125 <https://reviews.llvm.org/D84125>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85718

Files:
  llvm/docs/GlobalISel/GenericOpcode.rst
  llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/GenericOpcodes.td
  llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/unittests/CodeGen/GlobalISel/MachineIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85718.284626.patch
Type: text/x-patch
Size: 8700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200811/e839faff/attachment.bin>


More information about the llvm-commits mailing list