[PATCH] D74338: [RFC][TableGen/RISCV] Support combining AssemblerPredicates with ORs

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 13:11:23 PST 2020


simoncook added a comment.

In D74338#1875026 <https://reviews.llvm.org/D74338#1875026>, @evandro wrote:

> It's a logical addition to the semantics of features.  Though at the moment RV is probably the only user of this addition, the eventual patch implementing it should not include the RV specific changes, which would be better in a separate patch.


That’s my plan, they’re just currently put together to demonstrate. I’ll separate them before submitting (the RV part will move to the bitmanip MC patch)


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

https://reviews.llvm.org/D74338





More information about the llvm-commits mailing list