[llvm] 7ea63b9 - [LoongArch][test] Remove the FIXME in psabi-restricted-scheduling.ll which has been addressed by #76555

Weining Lu via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 18:52:51 PDT 2024


Author: Weining Lu
Date: 2024-06-25T09:52:17+08:00
New Revision: 7ea63b9db4198688873036f3b0b81f9124076f7a

URL: https://github.com/llvm/llvm-project/commit/7ea63b9db4198688873036f3b0b81f9124076f7a
DIFF: https://github.com/llvm/llvm-project/commit/7ea63b9db4198688873036f3b0b81f9124076f7a.diff

LOG: [LoongArch][test] Remove the FIXME in psabi-restricted-scheduling.ll which has been addressed by #76555

Added: 
    

Modified: 
    llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll b/llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll
index 678546f1ef535..a6b04e9536d51 100644
--- a/llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll
+++ b/llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll
@@ -8,10 +8,6 @@
 ; RUN: llc --mtriple=loongarch64 -mattr=+d --code-model=large --post-RA-scheduler=1 < %s \
 ; RUN:     | FileCheck %s --check-prefix=LARGE_SCH
 
-;; FIXME: According to the description of the psABI v2.30, the code sequences
-;; of `PseudoLA*_LARGE` instruction and Medium code model's function call must
-;; be adjacent.
-
 @g = dso_local global i64 zeroinitializer, align 4
 @G = global i64 zeroinitializer, align 4
 @gd = external thread_local global i64


        


More information about the llvm-commits mailing list