Without this it would fail to select on subtargets that have 16-bit
instructions.
Details
Details
- Reviewers
arsenm Petar.Avramovic - Commits
- rG04cf4a5a6557: [AMDGPU] Lower frem f16
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AMDGPU/frem.ll | ||
---|---|---|
6 | Can you also add a function with f32 denormals flushed? In that case the fdiv expansion could theoretically skip the mode switch |
llvm/test/CodeGen/AMDGPU/frem.ll | ||
---|---|---|
6 | All functions in this file already have "denormal-fp-math-f32"="preserve-sign,preserve-sign". |
Can you also add a function with f32 denormals flushed? In that case the fdiv expansion could theoretically skip the mode switch