[llvm] [SLP]Improve minbitwidth analysis for trun'ed gather nodes. (PR #99072)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 13:36:37 PDT 2024


alexey-bataev wrote:

> I was able to show that this PRs latest commit caused a [llvm-test-suite](https://github.com/llvm/llvm-test-suite) regression on the [clang-ppc64le-rhel](https://lab.llvm.org/buildbot/#/builders/145): [build no. 623](https://lab.llvm.org/buildbot/#/builders/145/builds/623) and [clang-ppc64le-linux-test-suite](https://lab.llvm.org/buildbot/#/builders/95): [build no. 1412](https://lab.llvm.org/buildbot/#/builders/95/builds/1412) by reproducing [build no. 1412](https://lab.llvm.org/buildbot/#/builders/95/builds/1412)'s build steps on a branch and then reverting [c5c1bd1](https://github.com/llvm/llvm-project/commit/c5c1bd164fc81a992dfdb5b7c7c672dab0e3f165) and re-testing.
> 
> I'm sorry for the inconvenience but can you please resolve this error as soon as possible or revert if it will take too long to fix so we can bring the llvm-test-suite back to green status. If I can assist with reproducing the error please let me know.

Can you provide a reproducer? I cannot reproduce the issue

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


More information about the llvm-commits mailing list