[PATCH] D23299: [PM] Port the always inliner to the new pass manager in a much more minimal and boring form than the old pass manager's version.
David Li via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 10:34:13 PDT 2016
davidxl added inline comments.
================
Comment at: test/Transforms/Inline/always-inline.ll:137
@@ -132,3 +136,3 @@
%r = call i32 @inner7() alwaysinline
ret i32 %r
----------------
Some code may depend on the always-inline to be done for correctness (e.g not expecting calls at runtime for some functions). I forgot the details, but I remember cases like that.
https://reviews.llvm.org/D23299
More information about the llvm-commits
mailing list