[PATCH] D151887: InstSimplify: Start cleaning up simplifyFCmpInst
Joshua Cranmer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 14:19:40 PDT 2023
jcranmer-intel added inline comments.
================
Comment at: llvm/lib/Analysis/InstructionSimplify.cpp:4039
+ //
+ // This catches the 2 variable input case, constants were handled above as a
+ // class-like compare.
----------------
This should say "constants are handled below", right?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151887/new/
https://reviews.llvm.org/D151887
More information about the llvm-commits
mailing list