aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/prefetch.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-041-16/+13
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-2/+2
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-031-0/+64