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

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 02:41:29 PST 2024


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

Ah thanks for pointing this out, fixed!

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


More information about the llvm-commits mailing list