[PATCH] D128647: [InstructionSimplify] handle denormal constant input for fcmp
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 06:30:47 PDT 2022
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - but please wait a bit in case @dcandler has any other comments.
================
Comment at: llvm/include/llvm/Analysis/ConstantFolding.h:73
+/// specified operands.
+/// denormal inputs may be flushed based on the denormal handling mode.
+Constant *ConstantFoldCompareInstOperands(
----------------
denormal -> Denormal
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128647/new/
https://reviews.llvm.org/D128647
More information about the llvm-commits
mailing list