[all-commits] [llvm/llvm-project] ed2322: [AArch64] Fix crash caused by invalid vector eleme...
NickGuy-Arm via All-commits
all-commits at lists.llvm.org
Fri Jan 8 04:07:54 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed23229a64aed5b9d6120d57138d475291ca3667
https://github.com/llvm/llvm-project/commit/ed23229a64aed5b9d6120d57138d475291ca3667
Author: Nicholas Guy <nicholas.guy at arm.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/aarch64-dup-ext-vectortype-crash.ll
Log Message:
-----------
[AArch64] Fix crash caused by invalid vector element type
Fixes a crash caused by D91255, when LLVMTy is null when
calling changeExtendedVectorElementType.
Differential Revision: https://reviews.llvm.org/D94234
More information about the All-commits
mailing list