[all-commits] [llvm/llvm-project] cad427: [DAGCombiner] Enable SimplifyDemandedBits vector s...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jan 20 07:41:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cad4275d697c601761e0819863f487def73c67f8
https://github.com/llvm/llvm-project/commit/cad4275d697c601761e0819863f487def73c67f8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/aarch64-smull.ll
M llvm/test/CodeGen/AArch64/lowerMUL-newload.ll
M llvm/test/CodeGen/AMDGPU/widen-smrd-loads.ll
M llvm/test/CodeGen/ARM/lowerMUL-newload.ll
M llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
M llvm/test/CodeGen/Thumb2/mve-vmulh.ll
M llvm/test/CodeGen/X86/combine-sra.ll
M llvm/test/CodeGen/X86/known-signbits-vector.ll
M llvm/test/CodeGen/X86/min-legal-vector-width.ll
M llvm/test/CodeGen/X86/vector-trunc.ll
Log Message:
-----------
[DAGCombiner] Enable SimplifyDemandedBits vector support for TRUNCATE
Add DemandedElts support inside the TRUNCATE analysis.
Differential Revision: https://reviews.llvm.org/D56387
More information about the All-commits
mailing list