[PATCH] D62896: [X86] Add missing properties on llvm.x86.sse.{st,ld}mxcsr
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 09:12:01 PDT 2019
courbet added a comment.
In D62896#1531118 <https://reviews.llvm.org/D62896#1531118>, @craig.topper wrote:
> A side effecting instruction doesn't prevent other non-side effecting instructions from moving across it.
OK, that's where I was making incorrect assumptions. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62896/new/
https://reviews.llvm.org/D62896
More information about the llvm-commits
mailing list