[PATCH] D132325: [AArch64][CodeGen] Fold the mov and lsl into ubfiz
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 16:42:33 PDT 2022
efriedma added a comment.
In D132325#3781749 <https://reviews.llvm.org/D132325#3781749>, @kda wrote:
> Looks like this is breaking ASAN buildbot:
> https://lab.llvm.org/buildbot/#/builders/168/builds/8760
Are you certain you're assigning blame correctly? That's a unittest failure in MLIR on x86; I don't see how it could possibly involve the AArch64 backend.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132325/new/
https://reviews.llvm.org/D132325
More information about the llvm-commits
mailing list