commit | eb6eb694e42d85541a1abc79f6025425540f8a7c | [log] [tgz] |
---|---|---|
author | Matt Arsenault <Matthew.Arsenault@amd.com> | Sat Sep 21 02:37:33 2019 +0000 |
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Sat Sep 21 02:37:33 2019 +0000 |
tree | 25fb26a6d0949fdf5cba10ecfdf3663242344454 | |
parent | bd7f2354ccbaa50923b134b223349ae532443aba [diff] |
AMDGPU/GlobalISel: Allow selection of scalar min/max I believe all of the uniform/divergent pattern predicates are redundant and can be removed. The uniformity bit already influences the register class, and nothhing has broken when I've removed this and others. llvm-svn: 372450