[llvm] [CodeGen] Port `GCLowering` to new pass manager (PR #75305)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 00:16:57 PST 2024


================
@@ -27,15 +27,22 @@
 
 using namespace llvm;
 
+/// Lower barriers out of existance (if the associated GCStrategy hasn't
----------------
arsenm wrote:

spelling s/existance/existence/

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


More information about the llvm-commits mailing list