commit | b00554886f3ad7cd5a65a8955230bae1ed8c48e4 | [log] [tgz] |
---|---|---|
author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Jan 21 18:18:25 2015 +0000 |
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Jan 21 18:18:25 2015 +0000 |
tree | 963e88f49e56d521fd05960d11ab610cedea1968 | |
parent | 94269db8bacad503d6cf6472c610990bee665a14 [diff] |
R600/SI: Custom lower fround This fixes it for SI. It also removes the pattern used previously for Evergreen for f32. I'm not sure if the the new R600 output is better or not, but it uses 1 fewer instructions if BFI is available. llvm-svn: 226682