Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SystemZ] Let z13 also support FeatureMiscellaneousExtensions. | Jonas Paulsson | 2016-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | This processor feature had been left out by mistake from the z13 ProcessorModel. This time with updated test case. Thanks, Hans. Reviewed by Ulrich Weigand. llvm-svn: 274216 | ||||
* | [DAGCombiner] Account for getVectorIdxTy() when narrowing vector load | Ulrich Weigand | 2015-05-05 | 1 | -0/+15 |
This patch makes ReplaceExtractVectorEltOfLoadWithNarrowedLoad convert the element number from getVectorIdxTy() to PtrTy before doing pointer arithmetic on it. This is needed on z, where element numbers are i32 but pointers are i64. Original patch by Richard Sandiford. llvm-svn: 236530 |