[PATCH] D91255: [AArch64] Rearrange mul(dup(sext/zext)) to mul(sext/zext(dup))
Nicholas Guy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 07:44:18 PST 2021
NickGuy added a comment.
In D91255#2484399 <https://reviews.llvm.org/D91255#2484399>, @dmajor wrote:
> This commit caused a crash on our bots with a null `LLVMTy` at `changeExtendedVectorElementType`. Reduced case: https://godbolt.org/z/7ehffx
Thanks for bringing this to my attention, I've got a fix in review at D94234 <https://reviews.llvm.org/D94234>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91255/new/
https://reviews.llvm.org/D91255
More information about the llvm-commits
mailing list