Directly select from the intrinsic. This wasn't getting much value
from the custom node.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
4714 | Isn't sNaN a NaN? |
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
4714 | The SNaN parameter to isKnownNeverNaNForTargetNode makes this isKnownNeverSignallingNaN. Since these are canonicalizing operations, they quiet and therefore never return an snan |
Isn't sNaN a NaN?