Let's confirm that this works before we attempt to relocate vectors.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I am completely missing all context on what you're trying to accomplish with these tests. What is "this" that is supposed to work?
test/CodeGen/X86/statepoint-call-lowering.ll | ||
---|---|---|
80 | Er, this is *not* a relocation of an integer. It's the relocation of a *pointer* to an integer. | |
97 | This is testing the relocation of *a pointer* to an array. Is that what you intended? |
Comment Actions
After reading through StatepointLowering in greater detail, I realize that I should be testing the stackmaps, not the generic stores that are emitted; emitting those stores is not part of the statepoint code.
Er, this is *not* a relocation of an integer. It's the relocation of a *pointer* to an integer.