[PATCH] D33773: [ARM] llc -arm-execute-only with floating point runs into UNREACHABLE
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 13:58:30 PDT 2017
efriedma added a comment.
Most targets keep the constants in the MachineConstantPool, and emit them with AsmPrinter::EmitConstantPool. I would prefer to align with the way other targets handle constant pools, if it isn't too hard.
https://reviews.llvm.org/D33773
More information about the llvm-commits
mailing list