================ @@ -0,0 +1,18 @@ +// RUN: %clang -S -O2 -emit-llvm -fextend-lifetimes %s -o - | FileCheck %s +// REQUIRES: asserts ---------------- jmorse wrote: Is this REQUIRES a proxy for needing value-names, as above? https://github.com/llvm/llvm-project/pull/110102