[llvm] [Bitcode] Fix constexpr expansion creating invalid PHIs (PR #141560)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 04:10:22 PDT 2025
================
@@ -1,4 +1,5 @@
; RUN: llvm-dis -expand-constant-exprs < %s.bc | FileCheck %s
+; RUN: opt -expand-constant-exprs -p verify %s.bc
----------------
nikic wrote:
```suggestion
; RUN: opt -S -expand-constant-exprs %s.bc
```
https://github.com/llvm/llvm-project/pull/141560
More information about the llvm-commits
mailing list