[PATCH] D81714: [Inliner] Handle 'no-signed-zeros-fp-math' function attribute.
Michele Scandale via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 23:01:59 PDT 2020
michele.scandale created this revision.
michele.scandale added reviewers: chandlerc, ahatanak, echristo, dexonsmith.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
michele.scandale edited the summary of this revision.
All other floating point math optimization related attribute are merged
in a conservative way during function inlining.
This commit adds the merge rule for the 'no-signed-zeros-fp-math'
attribute.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81714
Files:
llvm/include/llvm/IR/Attributes.td
llvm/test/Transforms/Inline/attributes.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81714.270304.patch
Type: text/x-patch
Size: 7687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/f029c23f/attachment-0001.bin>
More information about the llvm-commits
mailing list