[PATCH] D70928: [PowerPC][NFC] Rename ANDI(S)o8 to ANDI(S)8o
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 07:46:05 PST 2019
jhibbits accepted this revision.
jhibbits added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: wuzish.
================
Comment at: llvm/lib/Target/PowerPC/P9InstrResources.td:134
+ (instregex "ANDI(S)?(8)?(o)?$"),
(instregex "ADDC(8)?(O)?$"),
(instregex "ADDIC(8)?(o)?$"),
----------------
It looks to me like we need another change for P9InstrResources.td (not entirely related to this one), to fix some of these regex's to add the '(o)' suffix as well (ADDC, SUBF, SUBFC appear to need that)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70928/new/
https://reviews.llvm.org/D70928
More information about the llvm-commits
mailing list