aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-11-13 19:26:47 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-11-13 19:26:47 +0000
commit95e48668b6081bcbc632970d531c75733ae47647 (patch)
tree7652fd2b8fe04c5aadbaf202d11625be88f578ae /llvm/lib/Object/MachOObjectFile.cpp
parent853b881b8b43abbfffeecfe357a30170239f638c (diff)
downloadllvm-95e48668b6081bcbc632970d531c75733ae47647.zip
llvm-95e48668b6081bcbc632970d531c75733ae47647.tar.gz
llvm-95e48668b6081bcbc632970d531c75733ae47647.tar.bz2
R600/SI: Allow commuting some 3 op instructions
e.g. v_mad_f32 a, b, c -> v_mad_f32 b, a, c This simplifies matching v_madmk_f32. This looks somewhat surprising, but it appears to be OK to do this. We can commute src0 and src1 in all of these instructions, and that's all that appears to matter. llvm-svn: 221910
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions