[PATCH] D75821: [PowerPC] Remove the repeated definition for some InstAlias for mtspr/mfspr
qshanz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 18:54:15 PDT 2020
steven.zhang added a comment.
In D75821#1912110 <https://reviews.llvm.org/D75821#1912110>, @nemanjai wrote:
> This is a curious situation. How did we end up having multiple definitions of instruction aliases?
If there is multiple definitions of instruction aliases, there will be two identical entries in the match table generated by tblgen. Maybe, tblgen need to be improved to diagnose such case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75821/new/
https://reviews.llvm.org/D75821
More information about the llvm-commits
mailing list