-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[LoongArch] Assertion `isReg() && "This is not a register operand!"' #79718
Labels
Milestone
Comments
I'll try to fix that. But if anyone intends to fix that, please ignore me and submit a PR. :) |
Reopen for backport. Since I modified the MIR output, this may make future backports difficult? |
/cherry-pick 95b14da |
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Feb 9, 2024
… but erased (llvm#79820) Fixes llvm#79718. Fixes llvm#71178. The same instructions may exist in an iteration. We cannot immediately delete instructions in `ErasedInstrs`. (cherry picked from commit 95b14da)
/pull-request #81241 |
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Feb 9, 2024
… but erased (llvm#79820) Fixes llvm#79718. Fixes llvm#71178. The same instructions may exist in an iteration. We cannot immediately delete instructions in `ErasedInstrs`. (cherry picked from commit 95b14da)
tstellar
pushed a commit
to tstellar/llvm-project
that referenced
this issue
Feb 14, 2024
… but erased (llvm#79820) Fixes llvm#79718. Fixes llvm#71178. The same instructions may exist in an iteration. We cannot immediately delete instructions in `ErasedInstrs`. (cherry picked from commit 95b14da)
tstellar
pushed a commit
to tstellar/llvm-project
that referenced
this issue
Feb 14, 2024
… but erased (llvm#79820) Fixes llvm#79718. Fixes llvm#71178. The same instructions may exist in an iteration. We cannot immediately delete instructions in `ErasedInstrs`. (cherry picked from commit 95b14da)
tstellar
pushed a commit
to tstellar/llvm-project
that referenced
this issue
Feb 14, 2024
… but erased (llvm#79820) Fixes llvm#79718. Fixes llvm#71178. The same instructions may exist in an iteration. We cannot immediately delete instructions in `ErasedInstrs`. (cherry picked from commit 95b14da)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this code with
llc --mtriple=loongarch64
I got a segmentation fault.
If assertion is turned on, I can get
isReg() && "This is not a register operand!"' failed
.GodBolt: https://llvm.godbolt.org/z/zT5rKrW6x
From: rust-lang/rust#120268
The text was updated successfully, but these errors were encountered: