[PATCH] D103169: [FPEnv][InstSimplify] Constrained FP support for NaN
    Kevin P. Neal via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  7 09:07:11 PDT 2021
    
    
  
kpn updated this revision to Diff 356980.
kpn added a comment.
Update a test for changes nearby in poison handling. Now when we get poison we produce poison, so the test needed to be changed.
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/fast-math-strictfp.ll
  llvm/test/Transforms/InstSimplify/fdiv-strictfp.ll
  llvm/test/Transforms/InstSimplify/floating-point-arithmetic-strictfp.ll
  llvm/test/Transforms/InstSimplify/fp-undef-poison-strictfp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103169.356980.patch
Type: text/x-patch
Size: 149715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210707/09cdb811/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list