Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
SelectionDAGBuilder::visitSelect can also generate FMINNAN etc.; please add testcases.
lib/Target/ARM/ARMISelLowering.cpp | ||
---|---|---|
1140 ↗ | (On Diff #158968) | Maybe not actually a part of this patch, but how does this work without hasFullFP16()? |
lib/Target/ARM/ARMISelLowering.cpp | ||
---|---|---|
1140 ↗ | (On Diff #158968) | At the moment, it doesn't unfortunately and we get: LLVM ERROR: Do not know how to split the result of this operator! So yes, we need to address that too. |