| author | |
| committer | |
| log | 6880d2c4a3ef4834c662d2cee86dd0660842f5b1 |
| tree | 3a02d1341328c49ea8cb651637e8df78ca2c97e8 |
| parent | 36b9e56753dbb8f4a982ab012af420b0e63cf92d |
| signature |
https://github.com/llvm/llvm-project/issues/1346241 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/prefetch.zig+1| ... | ... | @@ -3,6 +3,7 @@ const std = @import("std"); |
| 3 | 3 | |
| 4 | 4 | test "@prefetch()" { |
| 5 | 5 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 6 | if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isLoongArch()) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/134624 | |
| 6 | 7 | |
| 7 | 8 | var a: [2]u32 = .{ 42, 42 }; |
| 8 | 9 | var a_len = a.len; |