aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorMatthew Devereau <matthew.devereau@arm.com>2021-09-01 16:41:42 +0100
committerMatthew Devereau <matthew.devereau@arm.com>2021-10-01 11:24:46 +0100
commitf085a9db8b8d408d08adcba8e283e637a0116622 (patch)
treee72d77272e0bb9de930ec43ddc854c62d847c10b /lldb/source/Plugins/ScriptInterpreter/Python
parentc1d46d34619bea0d9906874baafb5218e15e3b2a (diff)
downloadllvm-f085a9db8b8d408d08adcba8e283e637a0116622.zip
llvm-f085a9db8b8d408d08adcba8e283e637a0116622.tar.gz
llvm-f085a9db8b8d408d08adcba8e283e637a0116622.tar.bz2
[AArch64][SVE] Replace fmul, fadd and fsub LLVM IR instrinsics with LLVM IR binary ops
Replacing fmul and fadd instrinsics with their binary ops results more succinct AArch64 SVE output, e.g.: 4: 65428041 fmul z1.h, p0/m, z1.h, z2.h 8: 65408020 fadd z0.h, p0/m, z0.h, z1.h -> 4: 65620020 fmla z0.h, p0/m, z1.h, z2.h
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions