[PATCH] Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
arsenm2 at gmail.com
Sun Jul 27 10:08:49 PDT 2014
On Jul 26, 2014, at 5:51 PM, hfinkel at anl.gov wrote:
> I like the idea of adding the alignment as a function parameter, but I don't understand why you want to rename the function: Unaligned is generally the terminology I use for loads not naturally aligned.
To me, unaligned means no alignment / align = 1. Something less aligned than it wants to be is still aligned, just less aligned.
More information about the llvm-commits
mailing list