[all-commits] [llvm/llvm-project] 4d1477: AMDGPU/GlobalISel: Remove redundant or patterns
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 22 18:46:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d14772f5c2938b8a266d626a73fd7c7cf3ebba5
https://github.com/llvm/llvm-project/commit/4d14772f5c2938b8a266d626a73fd7c7cf3ebba5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir
Log Message:
-----------
AMDGPU/GlobalISel: Remove redundant or patterns
These ended up with higher priority than or3 patterns in a future
patch. This also fixes the using VOP2 forms.
More information about the All-commits
mailing list