[PATCH] D76856: Fix TBAA for unsigned fixed-point types
mattias.v.eriksson@ericsson.com via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 09:12:08 PDT 2020
materi created this revision.
materi added reviewers: ebevhan, leonardchan.
Herald added a subscriber: kosarev.
Herald added a project: clang.
Unsigned types can alias the corresponding signed types. I don't see
that this is explicitly mentioned in the Embedded-C specification, but
I think it should work the same as for the integer types.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76856
Files:
clang/lib/CodeGen/CodeGenTBAA.cpp
clang/test/CodeGen/fixed-point-tbaa.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76856.252860.patch
Type: text/x-patch
Size: 6316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200326/0927200a/attachment-0001.bin>
More information about the cfe-commits
mailing list