[all-commits] [llvm/llvm-project] 7df5fc: [GlobalISel] Add buildMerge with SrcOp initializer...
petar-avramovic via All-commits
all-commits at lists.llvm.org
Fri Feb 7 09:45:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7df5fc9e03ec5788e2ae0c1c730a5f26db441f66
https://github.com/llvm/llvm-project/commit/7df5fc9e03ec5788e2ae0c1c730a5f26db441f66
Author: Petar Avramovic <Petar.Avramovic at rt-rk.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Log Message:
-----------
[GlobalISel] Add buildMerge with SrcOp initializer list
Allows more flexible use of buildMerge in places where
use operands are available as SrcOp since it does not
require explicit conversion to Register.
Simplify code with new buildMerge.
Differential Revision: https://reviews.llvm.org/D74223
More information about the All-commits
mailing list