[LLVMdev] Inline Assembly: Memory constraints with offsets

Tim Northover t.p.northover at gmail.com
Tue Mar 3 06:42:28 PST 2015


> Does anyone have any suggestions as to how I can get the offset inside the
> inline assembly?

I think x86 has the same capability with a simple "m" constraint.
Looks like it's based on the "SelectInlineAsmMemoryOperand" function.

Cheers.

Tim.



More information about the llvm-dev mailing list