[llvm] [InlineAsm] Steal a bit to denote a register is spillable (PR #70738)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 15:51:27 PDT 2023


MatzeB wrote:

> They are registers; and only registers.

I would say those operands **reference** a register. But typically multiple operands use the same registers and the act of spilling affects all operands referencing that (virtual-)register...

https://github.com/llvm/llvm-project/pull/70738


More information about the llvm-commits mailing list