diff options
author | Hanyang (Eric) Xu <60671484+ericxu233@users.noreply.github.com> | 2025-07-02 06:14:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-02 06:14:41 -0400 |
commit | 6e1e89ee380e1ce133e3525abe64d95d5ae0326e (patch) | |
tree | 9474363bf0fec0e757b58f52f700df22ddf16eea /clang/lib/Basic/SourceManager.cpp | |
parent | 7ead20db28425b81ae56f27928af909f518d7c60 (diff) | |
download | llvm-6e1e89ee380e1ce133e3525abe64d95d5ae0326e.zip llvm-6e1e89ee380e1ce133e3525abe64d95d5ae0326e.tar.gz llvm-6e1e89ee380e1ce133e3525abe64d95d5ae0326e.tar.bz2 |
[SLP] Avoid -passes=instcombine stages in SLP tests (#146257)
Fixes #145511
Note that there are still two instances of
--passes=slp-vectorizer,instcombine left unchanged because it seems that
the tests are meant to run in conjunction with instcombine and removing
instcombine would invalidate their original objective:
[llvm/test/Transforms/SLPVectorizer/arith-div-undef.ll](https://github.com/llvm/llvm-project/blob/main/llvm/test/Transforms/SLPVectorizer/arith-div-undef.ll)
[llvm/test/Transforms/SLPVectorizer/slp-hr-with-reuse.ll](https://github.com/llvm/llvm-project/blob/main/llvm/test/Transforms/SLPVectorizer/slp-hr-with-reuse.ll)
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions