[PATCH] D31885: Remove TBAA information from LValues representing union members
wenzel.jakob@epfl.ch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 11:03:42 PDT 2017
wjakob added a comment.
Disclaimer: I am not an LLVM developer. Just looking at the patch, I wonder if it could be much less intrusive if `LValue CodeGenFunction::EmitLValue(const Expr *E)` is split into two methods -- a private one, and a public-facing one that applies your `ClearTBAA` method.
Repository:
rL LLVM
https://reviews.llvm.org/D31885
More information about the cfe-commits
mailing list