================ @@ -1,4 +1,5 @@ ;RUN: llc -mtriple=armv7-eabi %s -o - | FileCheck %s +;RUN: llc -mtriple=armv7-msvc %s -o - | FileCheck %s ---------------- vtz wrote: You're right. Improved it. https://github.com/llvm/llvm-project/pull/112714