[all-commits] [llvm/llvm-project] ad8e75: [ARM] Fix for matching reductions that are both se...
David Green via All-commits
all-commits at lists.llvm.org
Fri Jul 16 15:12:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad8e75caa2ebface54c92d7e4d7dc21c3166b6c6
https://github.com/llvm/llvm-project/commit/ad8e75caa2ebface54c92d7e4d7dc21c3166b6c6
Author: David Green <david.green at arm.com>
Date: 2021-07-16 (Fri, 16 Jul 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
M llvm/test/CodeGen/Thumb2/mve-vecreduce-mlapred.ll
Log Message:
-----------
[ARM] Fix for matching reductions that are both sext and zext.
Fix a silly mistake that was not making sure that _both_ operands were
the correct extend code.
More information about the All-commits
mailing list