[llvm] [InstCombine] visitShuffleVectorInst assert with vector of pointers fix. (PR #152341)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 09:33:45 PDT 2025
================
@@ -0,0 +1,10 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=instcombine -S
----------------
dtcxzyw wrote:
```suggestion
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
```
Otherwise check lines will not be generated.
https://github.com/llvm/llvm-project/pull/152341
More information about the llvm-commits
mailing list