| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DAGCombiner: Turn truncate of a bitcasted vector to an extract | Matt Arsenault | 2016-03-01 | 1 | -0/+93 |
| On AMDGPU where operations i64 operations are often bitcasted to v2i32 and back, this pattern shows up regularly where it breaks some expected combines on i64, such as load width reducing. This fixes some test failures in a future commit when i64 loads are changed to promote. llvm-svn: 262397 | |||||

