[llvm] [SPIR-V] Add pre-headers to loops. (PR #75844)

Michal Paszkowski via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 03:57:49 PST 2023


Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/75844 at github.com>


================
@@ -0,0 +1,67 @@
+; RUN: llc -mtriple=spirv-unknown-unknown -O0 %s -o - | FileCheck %s
+
+; CHECK-DAG:  [[bool:%[0-9]+]] = OpTypeBool
----------------
michalpaszkowski wrote:

Could you please change the check lines to match the format in other newly added LIT test files (if the same functionality can be maintained)? E.g. `%[[#bool:]]`? This will make it easier for us to do any bulk find-and-replace in the future.

https://github.com/llvm/llvm-project/pull/75844


More information about the llvm-commits mailing list