| commit | ab3429c2b4e52a60b3ace37e7fd3ffec3ddae3cd | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed May 18 15:19:50 2016 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed May 18 15:19:50 2016 +0000 |
| tree | 04d51e75a74629d9752b46c1a440331488e3a964 | |
| parent | 98f7e0e790366c8f64ded9f02384bfa322b38b85 [diff] |
AMDGPU: Fix assert on ttmp registers Use register class that does not include them when looking for unallocated registers. This is hit by the udiv v8i64 test in the opencl integer conformance test, and takes a few seconds to compile in a debug build so no test included. llvm-svn: 269938