[PATCH] D32110: Emit invariant.group loads with empty group md

2017-04-24 Thread Piotr Padlewski via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL301178: [Devirtualization] Emit invariant.group loads with empty group md (authored by Prazek). Changed prior to commit: https://reviews.llvm.org/D32110?vs=95378&id=96387#toc Repository: rL LLVM htt

[PATCH] D32110: Emit invariant.group loads with empty group md

2017-04-17 Thread John McCall via Phabricator via cfe-commits
rjmccall accepted this revision. rjmccall added a comment. This revision is now accepted and ready to land. Okay. Repository: rL LLVM https://reviews.llvm.org/D32110 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cg

[PATCH] D32110: Emit invariant.group loads with empty group md

2017-04-15 Thread Piotr Padlewski via Phabricator via cfe-commits
Prazek created this revision. As discussed here http://lists.llvm.org/pipermail/llvm-dev/2017-January/109332.html having different groups doesn't solve the problem entirly. https://reviews.llvm.org/D32110 Files: lib/CodeGen/CodeGenModule.cpp test/CodeGenCXX/invariant.group-for-vptrs.cpp I