| commit | 2209625387dec54240858a6b6a7a42bd6fcf241c | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Mon Jun 20 18:34:00 2016 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Mon Jun 20 18:34:00 2016 +0000 |
| tree | 7bbf7d6b610114f42bfdc36869439f5723ebb467 | |
| parent | b6d8c37e1aff57e40c3dbe8fb7d827fbc957d26b [diff] |
AMDGPU: Preserve undef flag on vcc when shrinking v_cndmask_b32 The implicit operand is added by the initial instruction construction, so this was adding an additional vcc use. The original one was missing the undef flag the original condition had, so the verifier would complain. llvm-svn: 273182