[PATCH] D63025: [InstCombine] Add tests to show missing fold opportunity for "icmp and shift" (nfc).

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 20:32:39 PDT 2019


huihuiz added a comment.

In D63025#1544768 <https://reviews.llvm.org/D63025#1544768>, @lebedev.ri wrote:

> Hmm, which commit? Could you just use either `arc patch`, or manually add `Differential Revision: <link>` so that there is a reference between them?


Hey @lebedev.ri , my apology for this confusion.
The `Differential Revision: <link>` was added in the commit message.

I did try using "arc patch D*****" , but all the tests were added into a new directory , not under the "llvm/test/". So I used "git llvm push" instead.
the commit number is "llvm-svn: 363479"

Sorry about any confusion I might have caused.
Thank you so much again for all your review feedback, really appreciate it!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63025





More information about the llvm-commits mailing list