[PATCH] D64412: [Strict FP] Allow more relaxed scheduling
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 08:20:35 PDT 2019
uweigand added a comment.
This scheduler generally only operates on single basic blocks, so it would **not** move anything outside of a test.
It also will not move anything across a volatile memory access, since that it one of the global barriers. (Those are: calls, instructions with "unmodeled side effects", and volatile/atomic memory accesses.)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64412/new/
https://reviews.llvm.org/D64412
More information about the llvm-commits
mailing list