[all-commits] [llvm/llvm-project] 93aa44: Revert "[ARM] Extend narrow values to allow using ...
David Green via All-commits
all-commits at lists.llvm.org
Tue Jun 15 10:19:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93aa445e16f7e27df08f69204263b618ca0448a1
https://github.com/llvm/llvm-project/commit/93aa445e16f7e27df08f69204263b618ca0448a1
Author: David Green <david.green at arm.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
M llvm/test/CodeGen/Thumb2/mve-scatter-ind32-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ind8-unscaled.ll
M llvm/test/CodeGen/Thumb2/mve-scatter-ptrs.ll
Log Message:
-----------
Revert "[ARM] Extend narrow values to allow using truncating scatters"
This commit adds nodes that might not always be used, which the
expensive checks builder does not like. Reverting for now to think up a
better way of handling it.
More information about the All-commits
mailing list