[PATCH] D48026: [ScopHelper] Provide support for recognising collective invariant loads

SAHIL GIRISH YERAWAR via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 09:08:54 PDT 2018


cs15btech11044 added inline comments.


================
Comment at: test/ScopDetect/collective_invariant_loads.ll:68
+!3 = !{!"array_ty", !4, i64 0, !7, i64 8, !13, i64 16}
+!4 = !{!"int64_t", !5, i64 0}
+!5 = !{!"all unions", !6, i64 0}
----------------
bollu wrote:
> Do we actually need all of this metadata? I believe we can safely remove //all of this//
Does that apply for `!0` and `!1` as well?


https://reviews.llvm.org/D48026





More information about the llvm-commits mailing list