Add strict fma support
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86InstrFragmentsSIMD.td | ||
---|---|---|
498 | I'd prefer we call this X86any_fmadd and update the users. That will make things more consistent. | |
llvm/test/CodeGen/X86/fp-strict-scalar.ll | ||
585 | The AVX1 check lines seem to be missing? Use the update script | |
llvm/test/CodeGen/X86/vec-strict-128.ll | ||
224 | Use the script | |
llvm/test/CodeGen/X86/vec-strict-256.ll | ||
161 | Use the script | |
llvm/test/CodeGen/X86/vec-strict-512.ll | ||
156 | This was not generated with the update_llc_test_checks.py script, regenerate it. |
I'd prefer we call this X86any_fmadd and update the users. That will make things more consistent.