summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/byval.ll
Commit message (Collapse)AuthorAgeFilesLines
* InstCombine: correctly change byval type attribute alongside call args.Tim Northover2019-06-051-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
OpenPOWER on IntegriCloud