================ @@ -0,0 +1,145 @@ +; RUN: opt < %s --O3 -S | FileCheck %s ---------------- nikic wrote:
You need to use `-O2 -Xclang -disable-llvm-optzns`, or manually drop the `optnone` attributes. https://github.com/llvm/llvm-project/pull/70845 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits