Details
Details
- Reviewers
spatel - Commits
- rG35e5c3310fb0: [X86] Pre-commit test for D90901
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/fma-signed-zero.ll | ||
---|---|---|
5–6 | We are moving away from global options that control FP state. Remove this RUN, and only use IR-level "nsz" fast-math-flags to show the differences. If I'm seeing it correctly, the tests are already duplicated with/without the FMF, so this will only reduce the FileCheck lines. |
We are moving away from global options that control FP state. Remove this RUN, and only use IR-level "nsz" fast-math-flags to show the differences.
If I'm seeing it correctly, the tests are already duplicated with/without the FMF, so this will only reduce the FileCheck lines.