[PATCH] D33773: [ARM] llc -arm-execute-only with floating point runs into UNREACHABLE
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 03:02:22 PDT 2017
labrinea updated this revision to Diff 102005.
labrinea added a comment.
Fixed the way we materialise the address of a constant pool when generating execute-only code. Use movw/movt instead of pc-relative access.
https://reviews.llvm.org/D33773
Files:
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/constantfp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33773.102005.patch
Type: text/x-patch
Size: 5744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170609/63147576/attachment.bin>
More information about the llvm-commits
mailing list