[PATCH] D127254: [SelectionDAGISel] Chain any mayRaiseFPException instruction created from a strict FP node

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 06:55:31 PDT 2022


nemanjai added a comment.

In D127254#3775212 <https://reviews.llvm.org/D127254#3775212>, @nemanjai wrote:

> I am really sorry about the delay in responding to this. I think a unary pseudo for `CRNOT` is a perfectly reasonable solution and is in line with other instructions for which we wanted to avoid duplicating inputs that have chains (such as `XXPERMDIs`, etc.).
>
> I'll put up a patch to do this ASAP.

Posted https://reviews.llvm.org/D133577 that handles this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127254



More information about the llvm-commits mailing list