This revision allows subclasses to customize which function is used in
InsertFunctionStrategy::mutate(). This is useful for new custom strategies
that may insert a specific kind of function (e.g. intrinsics) but don't
otherwise need to modify how the function is called. Now instead of rewriting
mutate(), such new strategy only needs to override chooseFunction().
Details
Details
- Reviewers
Peter
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo