[mlir][LLVMIR] Fix incorrect result type from llvm.fcmp
If any of the operands for FCmpOp is a vector, returns a vector<Nxi1>, rather than an i1 type result. Differential Revision: https://reviews.llvm.org/D134449
Loading
Please sign in to comment