Currently when abort is enabled, we get a diagnostic saying "Fallback path used .... " and the program terminates. To actually figure out what the reason is, we need to run again with another verbose argument "-pass-remarks-missed=gisel".
Because we know we're going to call report_fatal_error(), this patch prints the reason for fallback and this is a lot more useful than the warning diagnostic above. Also, this won't really be a compile time issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM