Villmow, Micah
2008-Sep-24 18:27 UTC
[LLVMdev] Accessor function setFPImm in MachineOperand
I need to modify the FPImmediate in the MachineOperand but there is no accessor function for this variable. Any other way of doing this without creating a new operand via CreateFPImm? Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. 4555 Great America Pkwy, Santa Clara, CA. 95054 P: 408-572-6219 F: 408-572-6596 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080924/a06ea779/attachment.html>
Chris Lattner
2008-Sep-24 20:43 UTC
[LLVMdev] Accessor function setFPImm in MachineOperand
On Sep 24, 2008, at 11:27 AM, Villmow, Micah wrote:> I need to modify the FPImmediate in the MachineOperand but there is > no accessor function for this variable. Any other way of doing this > without creating a new operand via CreateFPImm?If you just need a new accessor, please submit a patch: we'd be happy to add it. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080924/5d0b5260/attachment.html>
Possibly Parallel Threads
- [LLVMdev] Determining the register type of a MachineOperand
- [LLVMdev] Determining the register type of a MachineOperand
- [LLVMdev] Determining the register type of a MachineOperand
- [LLVMdev] Determining the register type of a MachineOperand
- [LLVMdev] Store patterns accepting i32 only?