[llvm] [BasicAA] Fix handling of indirect assumption based results (PR #100130)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 08:46:49 PDT 2024
================
@@ -0,0 +1,127 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=slp-vectorizer < %s | FileCheck %s
----------------
fhahn wrote:
Ah that's a shame, relying on SLP seems a bit fragile, but it sounds like it's the best option we have currently.
https://github.com/llvm/llvm-project/pull/100130
More information about the llvm-commits
mailing list