[PATCH] D32831: [AMDGPU] In the new waitcnt insertion pass, use getHeader instead of getTopBlock to find the loop header.

Kannan Narayanan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 11:23:58 PDT 2017


kanarayan marked 3 inline comments as done.
kanarayan added inline comments.


================
Comment at: test/CodeGen/AMDGPU/waitcnt-looptest.ll:89-104
+!opencl.ocl.version = !{!0}
+!llvm.ident = !{!1}
+
+!0 = !{i32 2, i32 0}
+!1 = !{!"clang version 4.0 "}
+!2 = !{!3, !3, i64 0}
+!3 = !{!"omnipotent char", !4, i64 0}
----------------
arsenm wrote:
> Remove metadata
Does running instnamer cover this?


https://reviews.llvm.org/D32831





More information about the llvm-commits mailing list