[PATCH] D101819: [DRAFT][M68k GloballSel]Adding initial GlobalISel infrastructure
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 25 16:49:29 PDT 2021
qcolombet added a comment.
Hi,
> LLVM ERROR: unable to translate in big endian mode (in function: f)
You'll need to turn that into a warning, otherwise effectively, none of your GISel changes will be testable (as in running the generated code on an actual target) until the support is complete, which is not a realistic constraint to have when bringing up a new GISel backend.
Cheers,
-Quentin
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101819/new/
https://reviews.llvm.org/D101819
More information about the llvm-commits
mailing list