| commit | 7ea3d6d420b732432c899e118e1a2cf52c59ce53 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Mon Mar 31 14:01:55 2014 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Mon Mar 31 14:01:55 2014 +0000 |
| tree | 0078848b53b526fa848cf5bb9364ebf5ca9aac78 | |
| parent | 7277b008eed52e8a39c161f8995b8f45bf0dab5e [diff] |
R600/SI: Lower i64 SELECT by bitcasting to a vector type This allows allows us to replace ISD::EXTRACT_ELEMENT, which is lowered using shifts, with ISD::EXTRACT_VECTOR_ELT, which is a no-op. llvm-svn: 205187