You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found return instr that returns non-void in Function of void return type!
ret %struct.Test %3
voidBroken module found, compilation aborted!
volatile_store:
rustc: …/src/llvm/lib/IR/Instructions.cpp:1085: void llvm::StoreInst::AssertOK(): Assertion `getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!"' failed.
The text was updated successfully, but these errors were encountered:
volatile load/store as implemented in #11173 fails on structs.
test.rs
volatile_load
:volatile_store
:The text was updated successfully, but these errors were encountered: