[llvm-commits] Invalid instcombine transformation

Chris Lattner clattner at apple.com
Thu Nov 26 13:44:34 PST 2009


On Nov 26, 2009, at 1:30 PM, Anton Korobeynikov wrote:

> Hi, Chris
> 
>> The target *has* to support unaligned accesses.
> Sorry, this is definitely unreal :) Especially in embedded world. And
> not only there (think about sparc/solaris).

What do you mean?  Legalize can always 'fix' this for a target.  Unaligned load/store should always be legal for any target.

-Chris





More information about the llvm-commits mailing list