[llvm] [LV] Peek through bitcasts when performing CSE (PR #146856)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 4 07:59:18 PDT 2025
================
@@ -0,0 +1,77 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --filter-out-after "^scalar.ph" --version 5
+; RUN: opt %s -passes=loop-vectorize -S | FileCheck %s
----------------
fhahn wrote:
I think the issue here is specifically for interleave groups.
You should be able to make this test target-independent by enabling interleave groups with a flag (see the interleaved-accesses.ll file).
https://github.com/llvm/llvm-project/pull/146856
More information about the llvm-commits
mailing list