[llvm] [Bitcode] Fix constexpr expansion creating invalid PHIs (PR #141560)

Timothy Werquin via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 04:45:31 PDT 2025


================
@@ -0,0 +1,32 @@
+; RUN: opt -expand-constant-exprs -p verify %s.bc
----------------
timower wrote:

Makes sense, I also removed the `llvm-dis` as `opt` now replaces it. Unless both should be tested?

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


More information about the llvm-commits mailing list