[clang] [ARM] Fix NaN behaviour for MVE compare intrinsics (PR #116371)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 17 23:41:48 PST 2024
================
@@ -118,6 +118,8 @@ def fcmp_gt: IRBuilder<"CreateFCmpOGT">;
def fcmp_ge: IRBuilder<"CreateFCmpOGE">;
def fcmp_lt: IRBuilder<"CreateFCmpOLT">;
def fcmp_le: IRBuilder<"CreateFCmpOLE">;
----------------
davemgreen wrote:
Can _le and _lt be removed now.
https://github.com/llvm/llvm-project/pull/116371
More information about the cfe-commits
mailing list