[PATCH] D56286: [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC.
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 04:06:32 PST 2019
nemanjai added a comment.
In D56286#1409384 <https://reviews.llvm.org/D56286#1409384>, @hfinkel wrote:
> Is this STW instruction something that instruction scheduling might move? (@nemanjai ?)
I am fairly certain that the STW is the store of the value returned by the function so the scheduler should leave it alone. Perhaps @stefanp can verify this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56286/new/
https://reviews.llvm.org/D56286
More information about the llvm-commits
mailing list