brintos

brintos / llvm-project-archived public Read only

0
0
Text · 448 B · 3203ec8 Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc < %s -mtriple=riscv64 -mattr=+zve32x | FileCheck %s3 4; Make sure we don't with VLEN=32.5 6define void @c() {7; CHECK-LABEL: c:8; CHECK:       # %bb.0: # %entry9; CHECK-NEXT:    lw a0, 0(zero)10; CHECK-NEXT:    sw a0, 0(zero)11; CHECK-NEXT:    ret12entry:13  call void @llvm.memcpy.p0.p0.i64(ptr null, ptr null, i64 4, i1 false)14  ret void15}16 17