search for: 15e0808d

Displaying 2 results from an estimated 2 matches for "15e0808d".

Did you mean: 150809d
2010 Oct 22
0
[LLVMdev] MachineOperand::TargetFlags question
...t be used internally in LLVM. > Micah, you shouldn't encode this into TargetFlags, this should become an immediate operand of its own. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101021/15e0808d/attachment.html>
2010 Oct 18
5
[LLVMdev] MachineOperand::TargetFlags question
I'm looking at utilizing the MachineOperand::TargetFlags and I'm wondering if there is a specific reason on limiting the size of the flags to 8 bits. Also are there any assumptions on what can be validly used here that I should keep in mind? Ideally I need 28 bits but I can code the major cases using all 8 bits, but I don't want to clobber anything that might be used internally in