[llvm] Move SI Lower Control Flow Up (PR #159557)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 03:26:13 PST 2025


================
@@ -0,0 +1,261 @@
+#pragma once
----------------
arsenm wrote:

llvm does't use pragma once. Also missing file header.

There's also way too much code in the header, sink everything to the implementation file 

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


More information about the llvm-commits mailing list