[llvm] [MacroFusion] Add IsPostRA to indicate whether running in post-ra scheduler (PR #77567)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 22:07:58 PST 2024


wangpc-pp wrote:

> > And this can be used in #77461.
> 
> How will this be used in that patch?

We only need to mark fusible pairs as `Fusible` in `MIFlag` in pre-ra scheduling. We don't care about it after RA.

https://github.com/llvm/llvm-project/pull/77567


More information about the llvm-commits mailing list