Make the set of FP relatted attributes and command flags closer.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/include/llvm/CodeGen/CommandFlags.inc | ||
---|---|---|
442–443 | If I'm seeing this and the test correctly, the function attribute overrides any command-line debug flag. That could use a comment; if that's consistent across all of the attributes handled here, make that a function-level comment? | |
llvm/test/Other/opt-override-denormal-fp-math.ll | ||
23 | Add a test or separate file where the function contains both of the denorm attrs simultaneously? |
If I'm seeing this and the test correctly, the function attribute overrides any command-line debug flag. That could use a comment; if that's consistent across all of the attributes handled here, make that a function-level comment?