[PATCH] D33446: [ARM] Temporarily disable globals promotion to constant pools to prevent miscompilation

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 10:36:45 PDT 2017


efriedma added a comment.

I would suggest switching the option (arm-promote-constant) to default to false rather than commenting out the code, so we don't have to XFAIL the unit-tests.

At a higher level, this seems okay.


Repository:
  rL LLVM

https://reviews.llvm.org/D33446





More information about the llvm-commits mailing list