================ @@ -0,0 +1,49 @@ +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir ---------------- banach-space wrote:
I am slowly converging towards these 3 `CHECK` prefixes: * `LLVM` - match the LLVM output regardless of the lowering path (i.e. matches with_ and _without_ `-fclangir`) * `LLVM-VIA-CIR` - match the LLVM output when lowering via ClangIR (i.e. matches only with_ `-fclangir`) * `LLVM-DEFAULT` - match the LLVM output when lowering via the default path (i.e. matches only _without_ `-fclangir`). Others use `LLVM-OGCG`. Hopefully this makes sense. Naming is hard and there might be better choices. I am happy to adapt. Ideally, we would only need one prefix, ie `LLVM`. https://github.com/llvm/llvm-project/pull/177978 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
