This is an archive of the discontinued LLVM Phabricator instance.

[Clang][X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation
ClosedPublic

Authored by RKSimon on Apr 6 2017, 9:02 AM.

Details

Summary

MOVNTDQA non-temporal aligned vector loads can be correctly represented using generic builtin loads, allowing us to remove the existing x86 intrinsics.

The LLVM companion patch will be published shortly.

Diff Detail

Repository
rL LLVM