summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/aapcs-bitfield.c
Commit message (Collapse)AuthorAgeFilesLines
* [InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform ↵Sanjay Patel2019-10-061-36/+36
| | | | | | | | | | | | (PR43501) https://bugs.llvm.org/show_bug.cgi?id=43501 We can't declare a GEP 'inbounds' in general. But we may salvage that information if we have known dereferenceable bytes on the source pointer. Differential Revision: https://reviews.llvm.org/D68244 llvm-svn: 373847
* [NFC] Add aacps bitfields access testDiogo N. Sampaio2019-09-091-0/+824
llvm-svn: 371410
OpenPOWER on IntegriCloud