Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
3384–3385 ↗ | (On Diff #95300) | How is this different from the check right below in the constant case? Is it just the multiply by reciprocal case for non-constant below that is the problem? |
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
3384–3385 ↗ | (On Diff #95300) | Multiply by the reciprocal for non-constant case is the problem. |