Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove optnone from a test | Matt Arsenault | 2019-10-19 | 1 | -3/+1 |
| | | | | | | | | | It's not clear why the test had this. I'm unable to break the original case with the original patch reverted with or without optnone. This avoids a failure in a future commit. llvm-svn: 375321 | ||||
* | [CodeGen] Fix assert in SelectionDAG::computeKnownBits | Scott Linder | 2018-08-13 | 1 | -0/+30 |
Fix SelectionDAG::computeKnownBits asserting when handling EXTRACT_SUBVECTOR when zero extending the demanded elements mask if it is already as long as the source vector. Differential Revision: https://reviews.llvm.org/D49574 llvm-svn: 339600 |