[PATCH] D61935: Fixes PPC64 Tbegin disassembling
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 11:57:07 PDT 2019
jsji 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, []>;
----------------
TBEGIN is NOT the only HTM instructions that has this problem. We should fix all of them together, not just for `TBEGIN` here. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61935/new/
https://reviews.llvm.org/D61935
More information about the llvm-commits
mailing list