Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DAGCombine] Replace `getIntPtrConstant()` with `getVectorIdxTy()`. | Michael Liao | 2020-01-14 | 1 | -0/+40 |
- Prefer `getVectorIdxTy()` as the index operand type for `EXTRACT_SUBVECTOR` as targets expect different types by overloading `getVectorIdxTy()`. |