[PATCH] D150522: [LoongArch] Support CodeModel::Large codegen

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 04:32:37 PDT 2023


xen0n added a comment.

Actually I'm not sure if reusing the `PseudoLA_*_LARGE` definitions is a good idea. They seem to be there simply for the assembler's needs, and it may be better to add a set of `isCodeGenOnly = 1` `Pseudo`'s to avoid having to build large amounts of unused `0` nodes like now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150522/new/

https://reviews.llvm.org/D150522



More information about the llvm-commits mailing list