[PATCH] D102673: [ConstantFolding] Fold constrained arithmetic intrinsics

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 03:15:56 PDT 2021


sepavloff added a comment.

In D102673#2892961 <https://reviews.llvm.org/D102673#2892961>, @spatel wrote:

> I just got over to @kpn 's question on llvm-dev:
> https://lists.llvm.org/pipermail/llvm-dev/2021-July/151727.html
>
> And this patch should have tests with SNaN and QNaN inputs, so we have coverage for those cases (let me know if they are/were here, but I missed it).

This patch intentionally avoided checking NaN inputs because at the same time @kpn implemented https://reviews.llvm.org/D103169. That patch must have required tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102673



More information about the llvm-commits mailing list