Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp | ||
---|---|---|
642 | For consistency with the rest of the fold_* functions, shouldn't fold_rootn take an FPMathOperator? |
Paths
| Differential D156678
AMDGPU: Refactor libcall simplify to help with future refined fast math flag usage ClosedPublic Authored by arsenm on Jul 31 2023, 5:21 AM.
Diff Detail Event Timelinearsenm added a parent revision: D156677: AMDGPU: Remove pointless libcall optimization of fma/mad.Jul 31 2023, 5:21 AM arsenm added a child revision: D156680: AMDGPU: Don't store current instruction in AMDGPULibCalls member.Jul 31 2023, 5:23 AM jmmartinez added inline comments.
This revision is now accepted and ready to land.Jul 31 2023, 7:45 AM
Revision Contents
Diff 545654 llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
|
For consistency with the rest of the fold_* functions, shouldn't fold_rootn take an FPMathOperator?