We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad32ce commit 7ea63b9Copy full SHA for 7ea63b9
llvm/test/CodeGen/LoongArch/psabi-restricted-scheduling.ll
@@ -8,10 +8,6 @@
8
; RUN: llc --mtriple=loongarch64 -mattr=+d --code-model=large --post-RA-scheduler=1 < %s \
9
; RUN: | FileCheck %s --check-prefix=LARGE_SCH
10
11
-;; FIXME: According to the description of the psABI v2.30, the code sequences
12
-;; of `PseudoLA*_LARGE` instruction and Medium code model's function call must
13
-;; be adjacent.
14
-
15
@g = dso_local global i64 zeroinitializer, align 4
16
@G = global i64 zeroinitializer, align 4
17
@gd = external thread_local global i64
0 commit comments