Open Quuxplusone opened 10 years ago
Bugzilla Link | PR17959 |
Status | NEW |
Importance | P normal |
Reported by | Marc Glisse (marc.glisse@normalesup.org) |
Reported on | 2013-11-16 12:17:36 -0800 |
Last modified on | 2018-03-20 08:53:51 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | echristo@gmail.com, llvm-bugs@lists.llvm.org, llvm-dev@ndave.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
This currently fails with
fatal error: error in backend: Cannot pop empty stack!
while gcc rejects it with the slightly clearer
error: output constraint 0 must specify a single register
After replacing "f" by "t" as a constraint, I still see plenty of meaningless "movsd %xmm0, -32(%rsp)" generated by llvm.