[PSA] Update your OpConversionPattern::matchAndRewrite methods

Starting with D110293 the existing OpConversionPattern::matchAndRewrite(this includes ConvertOpToLLVMPattern) methods that take an ArrayRef<Value> are marked as soft-deprecated. They are being replaced with methods that take an OpAdaptor instead. I’ll leave them up for about a week or two to give folks some time to update before removing them completely.

– River

2 Likes

Nice! I was wanting this for a while!