diff options
author | Vadim Girlin <[email protected]> | 2012-05-15 18:47:53 +0400 |
---|---|---|
committer | Vadim Girlin <[email protected]> | 2012-05-15 18:47:53 +0400 |
commit | 0298238bdd65344b91731973902fb46530e74cca (patch) | |
tree | b0358e3bd57c61891751deb6b5fbdc163fbaa710 /src/gallium/drivers/radeon/R600Instructions.td | |
parent | 76e4898ba3c67082524786a0e0c67557a8abc58b (diff) |
radeon/llvm: improve ABS_i32 lowering
We can save one instruction by lowering it to:
SUB_INT tmp, 0, src
MAX_INT dst, src, tmp
Signed-off-by: Vadim Girlin <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/R600Instructions.td')
0 files changed, 0 insertions, 0 deletions