Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [x86] restore test comment; NFC | Sanjay Patel | 2018-06-08 | 1 | -0/+4 |
| | | | | | | | The description got deleted along with the FIXME note in rL334268. llvm-svn: 334288 | ||||
* | [DAGCombine] Fix for PR37667 | Sam Parker | 2018-06-08 | 1 | -10/+5 |
| | | | | | | | | | | While trying to propagate AND masks back to loads, we currently allow one non-load node to be included as a leaf in chain. This fix now limits that node to produce only a single data value. Differential Revision: https://reviews.llvm.org/D47878 llvm-svn: 334268 | ||||
* | [x86] add tests for backwards propagate mask bug (PR37060, PR37667); NFC | Sanjay Patel | 2018-06-07 | 1 | -0/+52 |
llvm-svn: 334199 |