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