diff options
| author | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2018-02-22 10:43:57 +0000 |
|---|---|---|
| committer | Sjoerd Meijer <sjoerd.meijer@arm.com> | 2018-02-22 10:43:57 +0000 |
| commit | d31a8c05956c3286bd1d428850ef1bf106605f44 (patch) | |
| tree | 44513f748fe3782acd63ab697587052d389d1199 /llvm/test/CodeGen/ARM/fp16-litpool-arm.mir | |
| parent | 02ce01f1e8b3a1aa8446928fe49aa6aedcd12a91 (diff) | |
| download | bcm5719-llvm-d31a8c05956c3286bd1d428850ef1bf106605f44.tar.gz bcm5719-llvm-d31a8c05956c3286bd1d428850ef1bf106605f44.zip | |
Recommit: [ARM] f16 constant pool fix
This recommits r325754; the modified and failing test case
actually didn't need any modifications.
llvm-svn: 325765
Diffstat (limited to 'llvm/test/CodeGen/ARM/fp16-litpool-arm.mir')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fp16-litpool-arm.mir | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fp16-litpool-arm.mir b/llvm/test/CodeGen/ARM/fp16-litpool-arm.mir index 7c398286c14..696b0fa9e6e 100644 --- a/llvm/test/CodeGen/ARM/fp16-litpool-arm.mir +++ b/llvm/test/CodeGen/ARM/fp16-litpool-arm.mir @@ -1,5 +1,7 @@ # RUN: llc -mtriple=arm-none-eabi -run-pass=arm-cp-islands %s -o - | FileCheck %s - +# +# This checks alignment of a new block when a big basic block is split up. +# --- | ; ModuleID = '<stdin>' source_filename = "<stdin>" |

