[llvm] [BasicAA] Fix handling of indirect assumption based results (PR #100130)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 06:01:12 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
----------------
nikic wrote:

The BasicAA analysis tests don't use BatchAA. I think it might be possible to construct a case where this issue also occurs without BatchAA, but it's not easy.

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


More information about the llvm-commits mailing list