This patch adds missing description of --enable-no-signed-zeros-fp-math and --enable-no-trapping-fp-math options of llc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
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? |
Comment Actions
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. |
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?