This repository was archived by the owner on Sep 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expected either Y or Z register #213
Labels
Comments
define void @atomic_store(i16) {
entry-block:
store atomic i16 %0, i16* undef monotonic, align 2
ret void
} Compile to object code with |
I can't seem to reproduce this. I've ran this on the My command line:
|
Dumb question, but doesn't Here's the assembly if that helps: .text
.macosx_version_min 10, 11
.file "testcases/y-or-z-small.ll"
.globl atomic_store
.p2align 1
.type atomic_store,@function
atomic_store: ; @atomic_store
; BB#0: ; %entry-block
in r0, 63
cli
st X, r24
std X+1, r25
out 63, r0
ret
.Lfunc_end0:
.size atomic_store, .Lfunc_end0-atomic_store |
It looks like the issue is with the GAS has the same error when assembling this code. |
Fixed in 4ba1f0a |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While compiling the Rust libcore, I get the error
I will update in the next day or two with actual reproduction steps, but figured I'd open it early just in case you magically can figure it out 🌴
The text was updated successfully, but these errors were encountered: