[PATCH] D131607: [FPEnv][InstSimplify] 0.0 - -X ==> X

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 12:00:12 PDT 2022


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Transforms/InstSimplify/strictfp-fsub.ll:397
 
 ; TODO: This will fold if we allow non-default floating point environments.
+; The instruction is expected to remain, but the result isn't used.
----------------
Remove this TODO line?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131607



More information about the llvm-commits mailing list