Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵ | Fangrui Song | 2019-12-24 | 1 | -1/+1 |
| | | | | as cleanups after D56351 | ||||
* | [BasicTTIImpl] Bugfix in getIntrinsicInstrCost() | Jonas Paulsson | 2017-03-16 | 1 | -0/+66 |
Don't call getScalarizationOverhead(RetTy, true, false) if RetTy is void type. Review: Hal Finkel https://reviews.llvm.org/D31024 llvm-svn: 297954 |