llvm-project
0a5e5728 - [Inliner] Fix bugs for partial inlining with vector

Commit
1 year ago
[Inliner] Fix bugs for partial inlining with vector In the cost model of partial inlining, cost for intrinsics will be applied. However, some intrinsics for vector have invalid cost, which is not allowed for partial inlining. Instead of assertion, we directly do not do partial inlining in this circumstance to avoid compiling errors.
Author
Parents
Loading