[PATCH] D61691: [InstSimplify] fold fcmp (minnum, X, C1), C2
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 09:39:48 PDT 2019
spatel marked 2 inline comments as done.
spatel added inline comments.
================
Comment at: llvm/lib/Analysis/InstructionSimplify.cpp:3463
+ llvm_unreachable("Unexpected fcmp predicate");
+ }
+ }
----------------
cameron.mcinally wrote:
> Looks like bracket doesn't line up with switch.
Oops - will fix before committing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61691/new/
https://reviews.llvm.org/D61691
More information about the llvm-commits
mailing list