"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "2ae9943881389a83fdc043d5b8ebb7009d053158"
[X86] Fix bug in legalize vector types - Split large loads
When splitting a large load to smaller legally-typed loads, the last load should be padded to reach the size of the previous one so a CONCAT_VECTORS node could reunite them again. The code currently pads the last load to reach the size of the first load (instead of the previous). Differential Revision: https://reviews.llvm.org/D38495 Change-Id: Ib60b55ed26ce901fabf68108daf52683fbd5013f llvm-svn: 317206
Loading
Please register or sign in to comment