[flang-commits] [PATCH] D139351: Lowering and runtime support for F08 transformational intrinsics: BESSEL_JN and BESSEL_YN
Slava Zakharin via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Jan 17 09:04:53 PST 2023
vzakhari added inline comments.
================
Comment at: flang/lib/Lower/IntrinsicCall.cpp:2682
+ mlir::Value cmpXEq0 = builder.create<mlir::arith::CmpFOp>(
+ loc, mlir::arith::CmpFPredicate::UEQ, x, zero);
+ mlir::Value cmpN1LtN2 = builder.create<mlir::arith::CmpIOp>(
----------------
Hello @tarunprabhu, is unordered predicate here intentional?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139351/new/
https://reviews.llvm.org/D139351
More information about the flang-commits
mailing list