[PATCH] D103169: [FPEnv][InstSimplify] Constrained FP support for NaN

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 12:18:09 PDT 2021


kpn updated this revision to Diff 351235.
kpn retitled this revision from "[FPEnv][InstSimplify] Constrained FP support for undef, poison, and NaN" to "[FPEnv][InstSimplify] Constrained FP support for NaN".
kpn edited the summary of this revision.
kpn added a comment.

Update for review comments and reduce to just operating on NaN.


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

https://reviews.llvm.org/D103169

Files:
  llvm/include/llvm/Analysis/InstructionSimplify.h
  llvm/include/llvm/IR/FPEnv.h
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/test/Transforms/InstSimplify/X86/fp-nan-strictfp.ll
  llvm/test/Transforms/InstSimplify/fp-undef-poison-strictfp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103169.351235.patch
Type: text/x-patch
Size: 84716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210610/ed27be1c/attachment.bin>


More information about the llvm-commits mailing list