Displaying 1 result from an estimated 1 matches for "a1a0f5a3".
2010 Oct 13
1
[LLVMdev] address-units
...9F3CCCE33D3C4AFA7EFF5E0B at FRPAR1CL009.coe.adi.dibcom.com>
References: <57C38DA176A0A34A9B9F3CCCE33D3C4AFA7EFF5E0A at FRPAR1CL009.coe.adi.dibcom.com>
<49D26D79.6080109 at xmos.com>
<57C38DA176A0A34A9B9F3CCCE33D3C4AFA7EFF5E0B at FRPAR1CL009.coe.adi.dibcom.com>
Message-ID: <A1A0F5A3-1736-4DF0-8468-103A236759FF at apple.com>
...
(8-bit) byte addressibility is a fairly widespread assumption in LLVM,
reaching beyond just GEP lowering. Fixing this will require more
work than just adding a subclass, though it ought to be doable.
Go through the TargetData class and generalize...