[llvm] 1114ac4 - [RISCV] Remove stale comment from test. NFC (#81098)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 09:19:32 PST 2024
Author: Craig Topper
Date: 2024-02-12T09:19:28-08:00
New Revision: 1114ac4399a8a5725a7ce79a5189f3467e43ba7a
URL: https://github.com/llvm/llvm-project/commit/1114ac4399a8a5725a7ce79a5189f3467e43ba7a
DIFF: https://github.com/llvm/llvm-project/commit/1114ac4399a8a5725a7ce79a5189f3467e43ba7a.diff
LOG: [RISCV] Remove stale comment from test. NFC (#81098)
The bug mentioned in the comment has been committed and did change the
cfi_offset.
Added:
Modified:
llvm/test/CodeGen/RISCV/zcmp-with-float.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/zcmp-with-float.ll b/llvm/test/CodeGen/RISCV/zcmp-with-float.ll
index 93f95e9709b6a4..3eb91eb9a09c47 100644
--- a/llvm/test/CodeGen/RISCV/zcmp-with-float.ll
+++ b/llvm/test/CodeGen/RISCV/zcmp-with-float.ll
@@ -5,7 +5,6 @@
declare void @callee()
; Test the file could be compiled successfully.
-; .cfi_offset of fs0 is wrong here. It should be fixed by #66613.
define float @foo(float %arg) {
; RV32-LABEL: foo:
; RV32: # %bb.0: # %entry
More information about the llvm-commits
mailing list