[all-commits] [llvm/llvm-project] ddb82f: [ARM] Handle any extend whilst lowering mull
David Green via All-commits
all-commits at lists.llvm.org
Wed Jan 6 02:56:27 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ddb82fc76ceb92e6f361d35f1ee8dedaee756854
https://github.com/llvm/llvm-project/commit/ddb82fc76ceb92e6f361d35f1ee8dedaee756854
Author: David Green <david.green at arm.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/ARM/vmla.ll
M llvm/test/CodeGen/ARM/vmls.ll
M llvm/test/CodeGen/ARM/vmul.ll
Log Message:
-----------
[ARM] Handle any extend whilst lowering mull
Similar to 78d8a821e23e but for ARM, this handles any_extend whilst
creating MULL nodes, treating them as zextends.
Differential Revision: https://reviews.llvm.org/D93834
More information about the All-commits
mailing list