This commit introduces an SFINAE mechanism to make the LLVM hoist into
check member function not leak into the users of LoopInfo.
Depends on D148235
Differential D148504
[LoopInfo] SFINAE mechanism for hoist into check Dinistro on Apr 17 2023, 1:41 AM. Authored by
Details This commit introduces an SFINAE mechanism to make the LLVM hoist into Depends on D148235
Diff Detail
Unit Tests Event TimelineComment Actions This is now ready for review. Note that the CI fails because of an unrelated ORC issue, that is present in main as well.
|
Somewhat small nit, but this can probably be implemented nicer using if constexpr
Less SFINAE magic!