[PATCH] D43580: [ARM] FP16 constant pool fix
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 08:22:39 PST 2018
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: olista01, samparker.
Herald added subscribers: kristof.beyls, javed.absar.
This is a follow up of r325012, that allowed half types in constant pools.
Proper alignment was enforced when a big basic block was split up, but not when
a CPE was placed before/after a block; the successor block had the wrong
alignment.
https://reviews.llvm.org/D43580
Files:
lib/Target/ARM/ARMConstantIslandPass.cpp
test/CodeGen/ARM/constant-islands-cfg.mir
test/CodeGen/ARM/fp16-litpool-arm.mir
test/CodeGen/ARM/fp16-litpool-thumb.mir
test/CodeGen/ARM/fp16-litpool2-arm.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43580.135269.patch
Type: text/x-patch
Size: 6087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180221/8a4b19ea/attachment.bin>
More information about the llvm-commits
mailing list