================
@@ -0,0 +1,37 @@
+; RUN: opt -passes="print<cost-model>" 2>&1 -disable-output -mtriple thumbv8.1-m.main -mattr=+mve,+dsp < %s | FileCheck %s
+define i64 @test(i16 %a, i16 %b) {
----------------
nasherm wrote:
Done
https://github.com/llvm/llvm-project/pull/122713