GlobalISel: Translate llvm.powi intrinsic
There are a few questionable things about this intrinsic and existing DAG implementation. For some reason the intrinsic hardcodes the second operand to be scalar-only i32, and SelectionDAG builder makes a legalization decision based on whether the operand is constant.
Loading
Please sign in to comment