[llvm] [CodeGen] Distinguish zero-sized call frames from no call frame in MachineBB (PR #106964)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 07:18:21 PDT 2024
https://github.com/jayfoad commented:
> Distinguishing between instructions in a
> zero-sized call frame and instructions outside of call frames via the
> call frame size info stored in the MachineBBs is helpful to avoid nested
> CALLSEQs
Do you have an example of where this is useful?
https://github.com/llvm/llvm-project/pull/106964
More information about the llvm-commits
mailing list