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

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 07:16:55 PST 2017


niravd added a comment.

> Are we supposed to be losing the non temporal property during this transformation

It's still listed as a 8 byte nontermporal store in the DAG post transformation. IIUC this should be MOVNTQ.


https://reviews.llvm.org/D40918





More information about the llvm-commits mailing list