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

Ivan Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 07:58:36 PDT 2017


kosarev added a comment.

Hmm, according to our research such loads constitute about 18% of all loads under ##-O -Xclang -disable-llvm-passes## on the LLVM code base. I wonder, do you think it would be nice to not generate them at all? I mean, provided that necessary changes do not add too much special-case code.


Repository:
  rL LLVM

https://reviews.llvm.org/D39138





More information about the cfe-commits mailing list