forked from llvm/llvm-project
-
Couldn't load subscription status.
- Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
2: 00000020 1 OBJECT LOCAL DEFAULT 3 c
8: 00000021 8 OBJECT GLOBAL DEFAULT 3 b
7: 00000030 8 OBJECT GLOBAL DEFAULT 3 a
80000088 bar:
...
80000098: 00 00 12 00 63 61 00 00 move r2, 0x21
800000a0: 00 00 02 44 08 7c 00 00 sw r2, 0x0, r1
as c makes b not aligned on 8 bytes, the transformation of memcpy to sw is not legal and produces a memory fault at runtime.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working