[llvm] [InterleavedLoadCombine] Bail out on non-byte-sized vector element type (PR #90705)

Andrew Kelley via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 12:16:20 PDT 2024


================
@@ -0,0 +1,19 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -S -passes=interleaved-load-combine < %s | FileCheck %s
+
+target triple = "aarch64-unknown-windows-gnu"
----------------
andrewrk wrote:

![image](https://github.com/llvm/llvm-project/assets/106511/d58a3c5d-1deb-42f5-be0b-3f6c9b07cbfa)

It's one of our CI machines over at the Zig project :-)

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


More information about the llvm-commits mailing list