[PATCH] D125807: [ConstantFolding] Pre-commit tests showing denormal handling during folding

David Candler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 09:45:49 PDT 2022


dcandler created this revision.
Herald added a project: All.
dcandler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

These tests demonstrate cases where the constant produced by folding
a floating point instruction should differ based on the denormal
handling mode set in function attributes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125807

Files:
  llvm/test/Transforms/InstSimplify/constant-fold-fp-denormal.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125807.430098.patch
Type: text/x-patch
Size: 23244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/033bf1bd/attachment.bin>


More information about the llvm-commits mailing list