[PATCH] D103820: [X86] Prefer vpmovq2m over vpternlogd + vpcmpgtq

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 12:50:24 PDT 2021


davezarzycki added a comment.

In D103820#2803573 <https://reviews.llvm.org/D103820#2803573>, @RKSimon wrote:

> @davezarzycki What's going on the way phab is reporting the path in Revision Contents pane? llvm/lib/Target/X86 -> i/llvm/lib/Target/X86 ?!?

That's just git-diff. I thought Phab handled that but I guess not. From the documetation:

diff.mnemonicPrefix
If set, 'git diff' uses a prefix pair that is different from the standard "a/" and "b/" depending on what is being compared. When this configuration is in effect, reverse diff output also swaps the order of the prefixes:

git diff
compares the (i)ndex and the (w)ork tree;

git diff HEAD
compares a (c)ommit and the (w)ork tree;

git diff --cached
compares a (c)ommit and the (i)ndex;

git diff HEAD:file1 file2
compares an (o)bject and a (w)ork tree entity;

git diff --no-index a b
compares two non-git things (1) and (2).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103820



More information about the llvm-commits mailing list