[PATCH] D86586: [TableGen] Support tied operands that are both source operands

Brian Leibig via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 18:28:51 PDT 2020


bleibig added a comment.

I'm not sure why the checks were initially added, whether it is because the tied operand system is designed only for use and def tied operands and won't work in any other way without major changes, or just because there hasn't been a use case yet for two tied source operands. Either way, I feel the changes I have so far may be insufficient to solve this, so any feedback for further changes would be greatly appreciated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86586



More information about the llvm-commits mailing list