[PATCH] D57836: [Intrinsic] Unsigned Fixed Point Saturation Multiplication Intrinsic

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 07:01:47 PDT 2019


bjope added a comment.

In D57836#1660809 <https://reviews.llvm.org/D57836#1660809>, @RKSimon wrote:

> rebase after D67071 <https://reviews.llvm.org/D67071> has landed? (and add equivalent scale == 0 tests)


Right now D67071 <https://reviews.llvm.org/D67071> is based on this one. So it would be simpler to land this first.
And this patch also already includes the equivalent scale==0 zero tests: llvm/test/CodeGen/PowerPC/umulfixsat.ll


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57836





More information about the llvm-commits mailing list