[PATCH] D39871: [arm] Fix Unnecessary reloads from GOT.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 17:36:22 PST 2017


eugenis added a comment.

Btw, none of the targets that I've looked at hoists the GOT load in the above example. It's just that on ARM it is particularly expensive.


https://reviews.llvm.org/D39871





More information about the llvm-commits mailing list