[PATCH] D156271: RegisterCoalescer: Forcibly leave SSA to avoid MIR test errors

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 16:36:08 PDT 2023


arsenm added a comment.

In D156271#4533548 <https://reviews.llvm.org/D156271#4533548>, @MatzeB wrote:

> FWIW: There is a `getClearedProperties()` API that you can implement for a pass to get things cleared too. Though I remember that I personally always found that API a bit artificial as you can also just clear the bits within the pass as you do here. So no complaints about this patch from my side :)

Right I tried that first, but that’s a post-pass adjustment. I could try moving it before


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

https://reviews.llvm.org/D156271



More information about the llvm-commits mailing list