Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VMVX] Add support for arith.maxnumf and arith.minnumf lowering.
Similar to what is done in CPU backend, it adds a ArithExpandOps pass to the late stage of the pipeline. This drops the local llvm revert because the VMVX backend can emulate the ops. Note: the arith.maximum and arith.minimum ops are also expanded with the change. They become a seq of cmp + select ops. Signed-off-by: hanhanW <[email protected]>
- Loading branch information