[all-commits] [llvm/llvm-project] 0dc28a: [CodeGen, AArch64] Fix up warnings in performExtend...
david-arm via All-commits
all-commits at lists.llvm.org
Fri Jun 19 02:35:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0dc28af219d3a5a0167f12d2cdecb5e6f60a5c07
https://github.com/llvm/llvm-project/commit/0dc28af219d3a5a0167f12d2cdecb5e6f60a5c07
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[CodeGen,AArch64] Fix up warnings in performExtendCombine
Try to avoid calling getVectorNumElements() or relying upon the
TypeSize conversion to uin64_t.
Differential Revision: https://reviews.llvm.org/D81573
More information about the All-commits
mailing list