[llvm] [CodeGen][GC] Skip function without GC in `GCLoweringPass` (PR #84421)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 21:41:52 PST 2024


paperchalice wrote:

> is this purely a compile time optimization? or does this actually have functional change (in which case should have a test)

It is a pass to lower GC intrinsics, GC related passes are lack of testing.

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


More information about the llvm-commits mailing list