Zoltan Varga
2009-Apr-08 14:16 UTC
[LLVMdev] [PATH] Fix instruction size computation on amd64
Hi, The attached small path fixes X86InstrInfo::getMemModRMByteSize to be consistent with the emit code in X86CodeEmitter::emitMemModRMByte on amd64. Zoltan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090408/ad831982/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm.diff Type: text/x-diff Size: 530 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090408/ad831982/attachment.diff>
Chris Lattner
2009-Apr-09 06:11 UTC
[LLVMdev] [PATH] Fix instruction size computation on amd64
On Apr 8, 2009, at 7:16 AM, Zoltan Varga wrote:> Hi, > > The attached small path fixes X86InstrInfo::getMemModRMByteSize to > be consistent with the emit code in X86CodeEmitter::emitMemModRMByte > on amd64.Thanks, applied! http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090406/076154.html -Chris