[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 00:52:37 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:
Should we also have a BasicAA analysis test based on this?
https://github.com/llvm/llvm-project/pull/100130
More information about the llvm-commits
mailing list