Skip to content

Commit

Permalink
Remove redundant space in LLVM float testcases header
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Tsung-Chun Lin <[email protected]>
  • Loading branch information
tclin914 authored and kito-cheng committed Dec 22, 2023
1 parent bee4f5d commit beefe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvv-intrinsic-generator/rvv_intrinsic_gen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def write_file_header(self, has_float_type):
""")
float_llvm_header = (r"""// REQUIRES: riscv-registered-target
// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \
// RUN: -target-feature +experimental-zvfh -disable-O0-optnone \
// RUN: -target-feature +experimental-zvfh -disable-O0-optnone \
// RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \
// RUN: FileCheck --check-prefix=CHECK-RV64 %s
Expand Down

0 comments on commit beefe49

Please sign in to comment.