[PATCH] D109607: [X86] Refactor GetSSETypeAtOffset to fix pr51813
Pengfei Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 19 07:52:53 PDT 2021
pengfei added a comment.
In D109607#3007860 <https://reviews.llvm.org/D109607#3007860>, @Meinersbur wrote:
> This patch seem to have broken `GCC-C-execute-pr44575` from the llvm-test-suite. See http://meinersbur.de:8011/#/builders/76/builds/761 (this builder compiles with Polly, but it also crashes without Polly)
@Meinersbur, sorry for the late response. I just managed to reproduce the failure. I create D110037 <https://reviews.llvm.org/D110037> to try to fix this problem. The test passed locally.
By the way, does this bot send notification to authors when it fails? I didn't receive this fail, so I'm not aware of it at the first time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109607/new/
https://reviews.llvm.org/D109607
More information about the cfe-commits
mailing list