Files
clang-p2996/mlir/test/Conversion/MathToFuncs
Slava Zakharin 223c54c4be [mlir][math] Added math::IPowI conversion to calls of outlined implementations.
Power functions are implemented as linkonce_odr scalar functions
for integer types used by IPowI operations met in a module.
Vector form of IPowI is linearized into a sequence of calls
of the scalar functions.

Differential Revision: https://reviews.llvm.org/D129810
2022-08-25 20:11:41 -07:00
..