[PATCH] D39138: [CodeGen] Generate TBAA info for 'this' pointers

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 23:47:09 PDT 2017


rjmccall added a comment.

AFAIK, this is pointless because that alloca will be trivially eliminated by mem2reg.  Am I missing something?  Is this important for some sort of consistency check?


Repository:
  rL LLVM

https://reviews.llvm.org/D39138





More information about the cfe-commits mailing list