[all-commits] [llvm/llvm-project] 90da0b: [GlobalISel] Support vectors in LegalizerHelper::n...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Oct 4 11:33:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90da0b9a5a5322f5a48574274421357d7b22f2cb
https://github.com/llvm/llvm-project/commit/90da0b9a5a5322f5a48574274421357d7b22f2cb
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulo.mir
Log Message:
-----------
[GlobalISel] Support vectors in LegalizerHelper::narrowScalarMul
Also remove some redundancy because the source and result
types of any multiply are always the same.
Differential Revision: https://reviews.llvm.org/D110926
More information about the All-commits
mailing list