FastISel was marked as failed in case instruction selection succeeded.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
There's a test for the call side in r294970, and I added some tests in r299093, you can probably make either check the generic fastisel fallback diagnostic too?
But in general, it's probably time to replace the function-level fallback diagnostic with the remarks, now that we have both.
@bogner, @qcolombet: do you guys still use the function diagnostic?