================ @@ -0,0 +1,114 @@ +; RUN: opt %s -o %t.bc +; RUN: opt -passes=lowertypetests %t.bc -o %t.o ---------------- nikic wrote: There is no need to generate bitcode first, opt accepts IR input. https://github.com/llvm/llvm-project/pull/80173