[PATCH] D32782: Add pthread_self function prototype and make it speculatable.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 10:09:46 PDT 2017


arsenm added inline comments.


================
Comment at: test/Transforms/LICM/pthread.ll:6
+; CHECK: br label
+
+define void @pthread_self_safe(i32) {
----------------
Doesn't actually check for speculatable on declaration


https://reviews.llvm.org/D32782





More information about the llvm-commits mailing list