================ @@ -0,0 +1,145 @@ +; RUN: opt < %s --O3 -S | FileCheck %s ---------------- dtcxzyw wrote: My command: `bin/opt -S -O3 -print-changed min_max.ll` Then I got IR after the SROA pass :) https://github.com/llvm/llvm-project/pull/70845