Files
swift-mirror/include/swift/Basic
Michael Gottesman 9c58e4b0a3 [patternmatch] Add InstructionOperand_match to support for matching against instructions with misc number of operands.
NOTE:

1. To test this I changed UnaryOp_match to use this under the hood.

2. These types of m_##ID##Inst matchers now will only accept compound types and
I added a static assert to verify that this mistake doesn't happen. We
previously had matchers that would take an int or the like to match tuple
extract patterns. I converted those to use TupleExtractOperation that also
properly handles destructures.
2019-08-05 17:26:02 -07:00
..
2018-11-20 15:22:26 -07:00
2018-07-25 22:23:00 -07:00
2019-07-11 11:10:32 -07:00
2019-03-28 15:57:53 -07:00
2018-07-24 12:48:48 -07:00
2019-06-02 12:10:43 +09:00
2019-06-02 12:10:43 +09:00