aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj
diff options
context:
space:
mode:
authorQingShan Zhang <qshanz@cn.ibm.com>2019-12-11 07:25:57 +0000
committerQingShan Zhang <qshanz@cn.ibm.com>2019-12-11 07:25:57 +0000
commitf99297176cd9507393b69029406080de01ae41c7 (patch)
treea2955232f6d349a3a5e16749825fd8cced61f242 /llvm/tools/llvm-readobj
parentd4345636e678ccab8a87b09cdad9129e54c23100 (diff)
downloadllvm-f99297176cd9507393b69029406080de01ae41c7.zip
llvm-f99297176cd9507393b69029406080de01ae41c7.tar.gz
llvm-f99297176cd9507393b69029406080de01ae41c7.tar.bz2
[PowerPC] Exploitate the Vector Integer Average Instructions
PowerPC has instruction to do the semantics of this piece of code: vector int foo(vector int m, vector int n) { return (m + n + 1) >> 1; } This patch is adding the match rule to select it. Differential Revision: https://reviews.llvm.org/D71002
Diffstat (limited to 'llvm/tools/llvm-readobj')
0 files changed, 0 insertions, 0 deletions