[PATCH] D148575: ValueTracking: Handle cannotBeOrderedLessThanZero for fadd

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 03:29:51 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:4525
+
+    if (!WantNaN && !WantNegative)
+      break;
----------------
foad wrote:
> This will bail out if we only want negzero
This was fixed by D149186, I got confused and thought I pushed this before 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148575/new/

https://reviews.llvm.org/D148575



More information about the llvm-commits mailing list