Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
SelectionDAGBuilder::visitSelect can also generate FMINNAN etc.; please add testcases.
| lib/Target/ARM/ARMISelLowering.cpp | ||
|---|---|---|
| 1140 | Maybe not actually a part of this patch, but how does this work without hasFullFP16()? | |
| lib/Target/ARM/ARMISelLowering.cpp | ||
|---|---|---|
| 1140 | 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. | |
Maybe not actually a part of this patch, but how does this work without hasFullFP16()?