summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/extract-subvector-equal-length.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Remove optnone from a testMatt Arsenault2019-10-191-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::computeKnownBitsScott Linder2018-08-131-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
OpenPOWER on IntegriCloud