[PATCH] D85718: [GlobalISel] Add G_ABS

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 07:36:27 PDT 2020


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM. I guess it would make sense to directly preserve the operand. I guess the sticking point would be should this be a separate opcode, similar to CTLZ/CTTZ + zero undef, or an operand


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85718/new/

https://reviews.llvm.org/D85718



More information about the llvm-commits mailing list