search for: e1d918f3

Displaying 1 result from an estimated 1 matches for "e1d918f3".

2020 Jan 14
2
Alignment parameter attributes
I have a question about how to communicate alignment via function parameters. The IR supports an attribute specifying the alignment of a pointer parameter: define void @func(double* noalias align 64 %p) This says that %p is 64-byte aligned. Great! Is there any way to convey the alignment of a pointer pointed to by a ** argument? I'd like something like this: define void @func(double*