[PATCH] D54574: [SelectionDAG] Support promotion of the FPOWI integer operand

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 11:27:32 PST 2018


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

Probably worth putting a note in ISDOpcodes.h that the behavior is undefined if the integer doesn't fit in 32 bits.  Otherwise LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D54574





More information about the llvm-commits mailing list