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

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 16:25:56 PDT 2023


MatzeB added a comment.

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 past as you do here. So no complaints about this patch from my side :)


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

https://reviews.llvm.org/D156271



More information about the llvm-commits mailing list