[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:16:13 PDT 2017
labrinea added a comment.
If find my original approach in diff1 <https://reviews.llvm.org/D33773?id=101550> less ad-hock than the latest one diff5 <https://reviews.llvm.org/D33773?id=102005>. Lowering a Constant Pool as a Global Variable at the DAG level seems to me more legitimate than printing movw/movt for a LEApcrel machine instruction and then using the generic asm printer for the constant pool itself.
https://reviews.llvm.org/D33773
More information about the llvm-commits
mailing list