Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vararg-formal.ll
blob6bba65fcab16900eaad06dfd7ba27b02524f7db8
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Make sure that the first formal argument is not loaded from memory.
4 ; CHECK-NOT: memw
6 define i32 @fred(i32 %a0, ...) #0 {
7 b1:
8   %v2 = add i32 %a0, 1
9   ret i32 %v2
12 attributes #0 = { nounwind }