[PATCH] D131958: Add all constant physical registers to callee preserved masks
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 06:40:17 PDT 2022
arichardson added inline comments.
================
Comment at: llvm/include/llvm/Target/Target.td:192
+ // register in architectures such as MIPS)
+ bit isConstant = false;
}
----------------
jrtc27 wrote:
> One could follow up with a way to TableGen the implementation of isConstantPhysReg
D131962
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131958/new/
https://reviews.llvm.org/D131958
More information about the llvm-commits
mailing list