Displaying 1 result from an estimated 1 matches for "d81728".
Did you mean:
d11728
2020 Jun 29
5
Heads-up: Handling target-specific intrinsics in InstCombine
Hello,
this mail is to raise awareness of https://reviews.llvm.org/D81728,
which is substantial enough of a conceptual change that it should
probably at least be mentioned in llvm-dev.
InstCombine has dealt with target-specific intrinsics for a long time,
since its fix-point iteration is arguably the right place to do so. A
downside is that there's a pull to add an...