[PATCH] D46682: [AArch64][SVE] Asm: Support for contiguous PRF prefetch instructions.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 01:22:42 PDT 2018


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

Looks okay to me.



================
Comment at: test/MC/AArch64/SVE/prfb-diagnostics.s:8
+prfb p0, [x0]
+// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: pre-fetch hint expected
+// CHECK-NEXT: prfb p0, [x0]
----------------
Nit not related to this patch: but "pre-fetch" here and "prefetch" below is a bit inconsistent?


https://reviews.llvm.org/D46682





More information about the llvm-commits mailing list