[PATCH] D107196: [AArch64InstPrinter] Change printAddSubImm to only add imm value comment when shifted

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 20:42:20 PDT 2021


MaskRay added a comment.

In D107196#2921590 <https://reviews.llvm.org/D107196#2921590>, @t.p.northover wrote:

> In D107196#2917773 <https://reviews.llvm.org/D107196#2917773>, @MaskRay wrote:
>
>> Consider committing the test update separately from the code patch, so that the functional change has very few lines of update.
>
> Wouldn't that mean a revision with lots of tests failing? I think a single large commit would be better. People can grep out changes in llvm/test if they're not interested in that.

I am referring to ` // =16` removal. Deleting the part will not make the test fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107196



More information about the llvm-commits mailing list