[PATCH] D43353: [X86] Add phony registers for high halves of E[A-D]X, E[SD]I, E[BS]P and EIP

John Byrd via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 15:42:56 PST 2020


johnwbyrd added a comment.
Herald added a subscriber: pengfei.
Herald added a project: LLVM.

Here, a completely new and important concept is introduced into LLVM, and the patch description describes the new concept completely.

However, the relevant documentation is updated not at all.

The new field isn't even documented in the Target.td file.

The ONLY way to learn what isArtificial does, is to either read all these individual changes and understand their impacts, or to Google to find this particular change request.

Respectfully, this is no way to run a railroad.  Please be nice to the programmers of the future.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D43353



More information about the llvm-commits mailing list