Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InstCombine: correctly change byval type attribute alongside call args. | Tim Northover | 2019-06-05 | 1 | -0/+24 |
When the byval attribute has a type, it must match the pointee type of any parameter; but InstCombine was not updating the attribute when folding casts of various kinds away. llvm-svn: 362643 |