Details
Details
- Reviewers
- • tstellarAMD - escha 
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with minor comment.
| lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
|---|---|---|
| 2991–2992 | I think this comments should be: // fneg (fmaxnum x, y) -> fminnum (fneg x), (fneg y) // fneg (fminnum x, y) -> fmaxnum (fneg x), (fneg y) | |
Comment Actions
r293968. I had to add a special case to stop folding 0s to avoid a quality regression in shader-db which should be extended to other operations though
I think this comments should be: