llvm-mirror/include
Alex Bradbury 0161ae778c [SelectionDAG] Support promotion of the FPOWI integer operand
For targets where i32 is not a legal type (e.g. 64-bit RISC-V),
LegalizeIntegerTypes must promote the integer operand of ISD::FPOWI. As this
is a signed value, this should be sign-extended.

This patch enables all tests in test/CodeGen/RISCVfloat-intrinsics.ll for
RV64, as prior to this patch that file couldn't be compiled for RV64 due to an
assertion when performing codegen for fpowi.

Differential Revision: https://reviews.llvm.org/D54574

llvm-svn: 352832
2019-02-01 03:46:28 +00:00
..
llvm [SelectionDAG] Support promotion of the FPOWI integer operand 2019-02-01 03:46:28 +00:00
llvm-c Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00