The findDeadCallerSavedReg() function has utility outside of X86FrameLowering.cpp
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86RegisterInfo.cpp | ||
---|---|---|
797 | I was going to ask if you could just use the Is64Bit member in X86RegisterInfo. But it doesn't look like this argument is used at all. |
llvm/lib/Target/X86/X86RegisterInfo.cpp | ||
---|---|---|
797 | Well, the parameter isn't used, but I did notice that the member is used in the call to getGPRsForTailCall(). |
I was going to ask if you could just use the Is64Bit member in X86RegisterInfo. But it doesn't look like this argument is used at all.