diff options
author | Shao-Ce SUN <shaoce@nj.iscas.ac.cn> | 2022-01-20 23:49:55 +0800 |
---|---|---|
committer | Shao-Ce SUN <shaoce@nj.iscas.ac.cn> | 2022-02-03 20:55:47 +0800 |
commit | 005fd8aa702edbc532763038365575da96e5787d (patch) | |
tree | da5ccf1e8c8801d18f64b9bc8968d629a38ba967 /lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp | |
parent | 6f53960d6416b97e4c750b132b5662b80df12ee9 (diff) | |
download | llvm-005fd8aa702edbc532763038365575da96e5787d.zip llvm-005fd8aa702edbc532763038365575da96e5787d.tar.gz llvm-005fd8aa702edbc532763038365575da96e5787d.tar.bz2 |
[RISCV] Add support for Zihintpause extention
Add support for the 'pause' hint instruction as an alias for
'fence w, 0'. To do this allow the 'fence' operands pred and succ
to be set to 0 (the empty set). This will also allow future hints
to be encoded as 'fence 0, <x>' and 'fence <x>, 0'.
This patch revised from @mundaym's D93019.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D117789
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp')
0 files changed, 0 insertions, 0 deletions