Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform ↵ | Sanjay Patel | 2019-10-06 | 1 | -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 test | Diogo N. Sampaio | 2019-09-09 | 1 | -0/+824 |
llvm-svn: 371410 |