[clang] [ARM] Fix NaN behaviour for MVE compare intrinsics (PR #116371)

Oliver Stannard via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 19 02:19:58 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">;
----------------
ostannard wrote:

Done

https://github.com/llvm/llvm-project/pull/116371


More information about the cfe-commits mailing list