Files
llvm/test/CodeGen
Craig Topper e9291037d6 [X86] Prevent selecting masked aligned load instructions if the load should be non-temporal
Summary: The aligned load predicates don't  suppress themselves if the load is non-temporal the way the unaligned predicates do. For the most part this isn't a problem because the aligned predicates are mostly used for instructions that only load the the non-temporal loads have priority over those. The exception are masked loads.

Reviewers: RKSimon, zvi

Reviewed By: RKSimon

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35712

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309079 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-26 04:31:04 +00:00
..
2017-07-21 22:48:47 +00:00
2017-07-23 23:39:11 +00:00
2017-07-21 21:19:23 +00:00
2017-05-29 09:48:30 +00:00
2017-07-21 13:14:17 +00:00