[PATCH] D40918: [X86] Cleanup type conversion of 64-bit load-store pairs.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 10:10:17 PST 2017


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

LGTM, but I wonder if we should be avoiding nontemporal stores if we can't preserve that property in the generated instructions. I assume that issue exists for other cases even without this patch though.


https://reviews.llvm.org/D40918





More information about the llvm-commits mailing list