User Details
- User Since
- Oct 24 2022, 1:07 AM (15 w, 2 d)
Fri, Jan 27
Drop MLIRAnalysis dependency in favor of simple stack-based implementation.
Thu, Jan 26
Address ultra nit on capitalization.
Update inline comment.
Wed, Jan 25
Update signature and tests.
Tue, Jan 24
Purged outdated comment.
Thu, Jan 19
Allow inlining functions with the newly added memory attribute.
Rebase on commit that treats llvm.return.
I think the title of the commit should reflect the band aid nature of it 🙂
Wed, Jan 18
Rebase on the commit that this is stacked on.
Restrict change to getCallableResults. Don't touch parsing.
I made an attempt at burninating LLVMVoidType and using an unconstructed/null Type, but this quickly seemed like a bad idea: It's still relying on a sentinel type, but a much less explicit one, and it breaks the assumption that we can access APIs on Types all over the code. This seems like an overall reduction in code readability.
Fri, Jan 13
Tue, Jan 10
LGTM!
Jan 9 2023
Jan 6 2023
Move inlined functions above the function they are being inlined into.