[PATCH] D70758: [PowerPC][NFC] Rename record instructions to use r suffix instead of o

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 14:57:02 PST 2019


jsji added a comment.

In D70758#1766055 <https://reviews.llvm.org/D70758#1766055>, @jhibbits wrote:

> When discussing optimizations related to "ADD-o", if it's "ADDO" I'd call it "ADD-O", but if it's "ADDo" I'd call it "ADD-dot",


Thanks. Yeah, agree that is a good trick, iff we already know we should call small 'o' as 'dot', instead of O, then it will be better.

But I believe that is not obvious to new members.. 
At least I did not recall any of our new members being able to read it as 'ADD-dot'.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70758/new/

https://reviews.llvm.org/D70758





More information about the llvm-commits mailing list