[PATCH] D33328: [CodeGen] Pessimize aliasing for union members (and may-alias) objects
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 09:25:08 PDT 2017
hfinkel added inline comments.
================
Comment at: test/CodeGen/union-tbaa1.c:44
+// CHECK: ![[CHAR:[0-9]+]] = !{!"omnipotent char"
+// CHECK: ![[OCPATH]] = !{![[CHAR]]
----------------
Please check the path offset?
================
Comment at: test/CodeGenCXX/union-tbaa2.cpp:45
+// CHECK-DAG: ![[CHAR:[0-9]+]] = !{!"omnipotent char"
+// CHECK-DAG: ![[OCPATH]] = !{![[CHAR]]
----------------
Please check the path offset.
Repository:
rL LLVM
https://reviews.llvm.org/D33328
More information about the cfe-commits
mailing list