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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 12:12:50 PDT 2017


arsenm 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}
----------------
kanarayan wrote:
> arsenm wrote:
> > Remove metadata
> Does running instnamer cover this?
No, the metadata needs to be manually removed


https://reviews.llvm.org/D32831





More information about the llvm-commits mailing list