[PATCH] D117887: [NVPTX] Expose float tys min, max, abs, neg as builtins

Jakub Chlanda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 07:24:25 PST 2022


jchlanda added a comment.

In D117887#3262024 <https://reviews.llvm.org/D117887#3262024>, @tra wrote:

> 



> If you only intended to add instructions available in PTX-7.0, which, based on the constraints used in the patch, appears to be the case, I'd mention that in the commit log.

Yeap, we were only going to bump up to 7.0, I don't mind adding the `xorsign.abs`, while I'm at it. Will update the diff shortly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117887



More information about the llvm-commits mailing list