[PATCH] D104854: Introduce intrinsic llvm.isnan
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 29 07:42:19 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/fpclass.ll:29
+ ret <2 x i1> %t
+}
+
----------------
You probably need some negative tests (no flags, ninf instead of nnan etc.)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104854/new/
https://reviews.llvm.org/D104854
More information about the cfe-commits
mailing list