Skip to content

Commit ea49f29

Browse files
committed
Rename ExpandLargeFpConvert.{cpp,h}
1 parent 9eaad61 commit ea49f29

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

llvm/lib/CodeGen/ExpandLargeFpConvert.cpp renamed to llvm/lib/CodeGen/ExpandFp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using namespace llvm;
3737
static cl::opt<unsigned>
3838
ExpandFpConvertBits("expand-fp-convert-bits", cl::Hidden,
3939
cl::init(llvm::IntegerType::MAX_INT_BITS),
40-
cl::desc("fp convert instructions on integers with "
40+
cl::desc("fp convert instructions on integers with "
4141
"more than <N> bits are expanded."));
4242

4343
namespace {

llvm/test/CodeGen/AMDGPU/itofp.i128.bf.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: llc -global-isel=0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck -check-prefixes=GCN,SDAG %s
33
; RUN: not --crash llc -global-isel=1 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s 2>&1 | FileCheck -check-prefix=GISEL %s
44

5-
; FIXME: GISEL can't handle the "fptrunc float to bfloat" that -expand-fp emits.
5+
; FIXME: GISEL can't handle the "fptrunc float to bfloat" that expand-fp emits.
66

77
; GISEL: unable to translate instruction: fptrunc
88

0 commit comments

Comments
 (0)