Treat soft-float as unsupported for fast-isel. Additionally, ensure we check
that lowering f32 arguments also considers the case of soft-float mode.
Details
Details
- Reviewers
vkalintiris zoran.jovanovic ehostunreach
Diff Detail
Diff Detail
Event Timeline
lib/Target/Mips/MipsFastISel.cpp | ||
---|---|---|
1368 | We should check UnsupportedFPMode instead of useSoftFloat in order to be consistent with similar tests in other places. | |
test/CodeGen/Mips/Fast-ISel/fast-isel-softfloat-lower-args.ll | ||
2 | FastISel is not enabled for microMIPS as we haven't test this configuration. Also, try to enable FastISel by using -O0 and -relocation-model=pic as we do on (hopefully most of) the other tests. |
We should check UnsupportedFPMode instead of useSoftFloat in order to be consistent with similar tests in other places.