[all-commits] [llvm/llvm-project] 6fc0d0: GlobalISel: Fix lowering for G_UADDE/G_USUBE
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Feb 26 19:28:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6fc0d00823182eca3e7f6deb4bac0335ad4fc95c
https://github.com/llvm/llvm-project/commit/6fc0d00823182eca3e7f6deb4bac0335ad4fc95c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uadde.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usube.mir
Log Message:
-----------
GlobalISel: Fix lowering for G_UADDE/G_USUBE
The type parameter passed into lower is invalid and should be removed
from the function.
More information about the All-commits
mailing list