This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Add description for zerosign and exception option in llc
ClosedPublic

Authored by qiucf on Apr 8 2020, 1:36 AM.

Details

Summary

This patch adds missing description of --enable-no-signed-zeros-fp-math and --enable-no-trapping-fp-math options of llc.

Diff Detail

Event Timeline

qiucf created this revision.Apr 8 2020, 1:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2020, 1:36 AM
jhenderson added inline comments.Apr 8 2020, 2:12 AM
llvm/docs/CommandGuide/llc.rst
121

The help text appears to say "setting the FP exceptions build attribute" which is slightly differently worded. I don't know really anything about the area, so I can't say whether that's significant or not?

qiucf updated this revision to Diff 256052.Apr 8 2020, 10:00 AM
qiucf marked 2 inline comments as done.

Align with llc help output.

llvm/docs/CommandGuide/llc.rst
121

I think they mean the same. But I should update to align with help output to avoid confusion. Thanks.

This revision is now accepted and ready to land.Apr 9 2020, 12:12 AM
This revision was automatically updated to reflect the committed changes.