[PATCH] D74444: [NVPTX, LSV] Move the LSV optimization pass to later when the graph is cleaner

Frederic Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 13:01:56 PST 2020


nouiz marked an inline comment as done.
nouiz added inline comments.


================
Comment at: llvm/test/CodeGen/NVPTX/vector-loads.ll:73
+define void @foo_complex(i8* nocapture readonly align 16 dereferenceable(134217728) %alloc0) {
+; CHECK: .func foo_complex
+; CHECK: ld.v2.u8
----------------
tra wrote:
> CHECK-LABEL
Here I did as the other tests in this file. I'll fix all of them.


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

https://reviews.llvm.org/D74444





More information about the llvm-commits mailing list