[PATCH] D33328: [CodeGen] Pessimize aliasing for union members (and may-alias) objects

Krzysztof Parzyszek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 09:28:49 PDT 2017


kparzysz added inline comments.


================
Comment at: test/CodeGen/union-tbaa1.c:44
+// CHECK: ![[CHAR:[0-9]+]] = !{!"omnipotent char"
+// CHECK: ![[OCPATH]] = !{![[CHAR]]
----------------
hfinkel wrote:
> Please check the path offset?
What needs to be checked exactly?  The offset will be 0, do you want to check for that?


Repository:
  rL LLVM

https://reviews.llvm.org/D33328





More information about the cfe-commits mailing list