[PATCH] D146600: [LoongArch] Enable LoopDataPrefetch pass

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 22:56:34 PDT 2023


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

LGTM except a nit.



================
Comment at: llvm/test/Transforms/LoopDataPrefetch/LoongArch/basic.ll:1
+; Tag this 'XFAIL' because we need a few more TTIs and ISels.
+; XFAIL: *
----------------
According to previous review comments from other guys, it's better to use `;;` for `non-CHECK` and `non-RUN `lines although this is not a coding standard.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146600/new/

https://reviews.llvm.org/D146600



More information about the llvm-commits mailing list