[llvm] [GlobalISel] Bail out early for big-endian (PR #103310)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 10:05:08 PDT 2024
tschuett wrote:
> It looks like this is failing on a couple of Arm tests because it is expecting the ir-translator to produce testable results even under BE.
>
> > Silly question: why was "unable to translate in big endian mode" not visible in the error report?
>
> By "error report", do you mean the fall-back remarks? -O0 will use -global-isel-abort=0 (I think), so not report the remarks or error out, it just prints a dbgs() message and otherwise silently falls back to SDAG.
The message was not visible in https://github.com/llvm/llvm-project/issues/103032. You put a return after the remark. I would have expected the remark to visible.
https://github.com/llvm/llvm-project/pull/103310
More information about the llvm-commits
mailing list