File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ using namespace llvm;
37
37
static cl::opt<unsigned >
38
38
ExpandFpConvertBits (" expand-fp-convert-bits" , cl::Hidden,
39
39
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 "
41
41
" more than <N> bits are expanded." ));
42
42
43
43
namespace {
Original file line number Diff line number Diff line change 2
2
; RUN: llc -global-isel=0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck -check-prefixes=GCN,SDAG %s
3
3
; RUN: not --crash llc -global-isel=1 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s 2>&1 | FileCheck -check-prefix=GISEL %s
4
4
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.
6
6
7
7
; GISEL: unable to translate instruction: fptrunc
8
8
You can’t perform that action at this time.
0 commit comments