================ @@ -0,0 +1,32 @@ +; RUN: opt -expand-constant-exprs -p verify %s.bc ---------------- nikic wrote: ```suggestion ; RUN: opt -S -expand-constant-exprs %s.bc ``` `-p verify` is implied for opt. https://github.com/llvm/llvm-project/pull/141560