Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check shouldReduceLoadWidth from SimplifySetCC | Stanislav Mekhanoshin | 2018-10-31 | 1 | -0/+65 |
SimplifySetCC could shrink a load without checking for profitability or legality of such shink with a target. Added checks to prevent shrinking of aligned scalar loads in AMDGPU below dword as scalar engine does not support it. Differential Revision: https://reviews.llvm.org/D53846 llvm-svn: 345778 |