diff options
author | Anil Mahmud <Anil.Mahmud@ibm.com> | 2020-02-03 11:03:54 -0600 |
---|---|---|
committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2020-02-12 09:02:17 -0600 |
commit | b413e5c3097cb842266d9c33e9737ac6cc252903 (patch) | |
tree | 090ed72998977debc93e8f86005e3057a0f87f96 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | b99f45574c992fa262af76a0f0fcb08f87353a87 (diff) | |
download | llvm-b413e5c3097cb842266d9c33e9737ac6cc252903.zip llvm-b413e5c3097cb842266d9c33e9737ac6cc252903.tar.gz llvm-b413e5c3097cb842266d9c33e9737ac6cc252903.tar.bz2 |
[PowerPC] Add support for intrinsics llvm.ppc.dcbfl and llvm.ppc.dcbflp
Added support for the intrinsic llvm.ppc.dcbfl and llvm.ppc.dcbflp.
These will be used for emitting cache control instructions dcbfl and dcbflp
which are actually mnemonics for using dcbf instruction with different
immediate arguments.
dcbfl ra, rb -> dcbf ra, rb, 1
dcbflp, ra, rb -> dcbf ra, rb, 3
Differential Revision: https://reviews.llvm.org/D68411
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions