This is so we may reuse it. It was very non-inliner specific already.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/ModelUnderTrainingRunner.cpp | ||
---|---|---|
42 | this is inline & regalloc specific, up to you to decide whether to fix it this time (when checking in regalloc code) or next time when we have different output types |
llvm/lib/Analysis/ModelUnderTrainingRunner.cpp | ||
---|---|---|
42 | good catch! We can just return the untyped value, we have an API for that. Fixing now. |
this is inline & regalloc specific, up to you to decide whether to fix it this time (when checking in regalloc code) or next time when we have different output types