[PATCH] D61935: Fixes PPC64 Tbegin disassembling
Philippe Antoine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 02:48:31 PDT 2019
catenacyber added inline comments.
================
Comment at: lib/Target/PowerPC/PPCInstrHTM.td:30
+let Defs = [CR0] in
def TBEGIN : XForm_htm0 <31, 654,
+ (outs), (ins u1imm:$R), "tbegin. $R", IIC_SprMTSPR, []>;
----------------
jsji wrote:
> TBEGIN is NOT the only HTM instructions that has this problem. We should fix all of them together, not just for `TBEGIN` here. Thanks.
I agree.
Do you know the complete list ?
I only know the ones that the capstone fuzzer found so far like tabortdc
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61935/new/
https://reviews.llvm.org/D61935
More information about the llvm-commits
mailing list