Displaying 5 results from an estimated 5 matches for "d41677".
Did you mean:
d41675
2018 Jan 02
5
Change memcpy/memmove/memset to have dest and source alignment attributes
...fied bot failures:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151109/312083.html
I’ve prepared changes for LLVM, Clang, and Polly that are now up for review:
* https://reviews.llvm.org/D41675 (LLVM part)
* https://reviews.llvm.org/D41676 (polly part)
* https://reviews.llvm.org/D41677 (Clang part)
Importantly for those maintaining downstream users of the LLVM API, this changes the prototypes for the @llvm.memcpy/memmove/memset intrinsics and changes the IRBuilder API for creating memcpy and memmove calls.
For example, IR which used to read:
call void @llvm.memcpy.p0i8....
2018 Jan 18
0
Change memcpy/memmove/memset to have dest and source alignment attributes
...fied bot failures:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151109/312083.html
I’ve prepared changes for LLVM, Clang, and Polly that are now up for review:
* https://reviews.llvm.org/D41675 (LLVM part)
* https://reviews.llvm.org/D41676 (polly part)
* https://reviews.llvm.org/D41677 (Clang part)
Importantly for those maintaining downstream users of the LLVM API, this changes the prototypes for the @llvm.memcpy/memmove/memset intrinsics and changes the IRBuilder API for creating memcpy and memmove calls.
For example, IR which used to read:
call void @llvm.memcpy.p0i8....
2018 Mar 26
1
Change memcpy/memmove/memset to have dest and source alignment attributes
...fied bot failures:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151109/312083.html
I’ve prepared changes for LLVM, Clang, and Polly that are now up for review:
* https://reviews.llvm.org/D41675 (LLVM part)
* https://reviews.llvm.org/D41676 (polly part)
* https://reviews.llvm.org/D41677 (Clang part)
Importantly for those maintaining downstream users of the LLVM API, this changes the prototypes for the @llvm.memcpy/memmove/memset intrinsics and changes the IRBuilder API for creating memcpy and memmove calls.
For example, IR which used to read:
call void @llvm.memcpy.p0i8....
2018 Jan 19
2
Change memcpy/memmove/memset to have dest and source alignment attributes
...pared changes for LLVM, Clang, and Polly that are now up for review:
>> * https://reviews.llvm.org/D41675 <https://reviews.llvm.org/D41675> (LLVM part)
>> * https://reviews.llvm.org/D41676 <https://reviews.llvm.org/D41676> (polly part)
>> * https://reviews.llvm.org/D41677 <https://reviews.llvm.org/D41677> (Clang part)
>>
>> Importantly for those maintaining downstream users of the LLVM API, this changes the prototypes for the @llvm.memcpy/memmove/memset intrinsics and changes the IRBuilder API for creating memcpy and memmove calls.
>>
&g...
2018 Apr 02
0
Change memcpy/memmove/memset to have dest and source alignment attributes
...ermail/llvm-commits/Week-of-Mon-20151109/312083.html
>>
>> I’ve prepared changes for LLVM, Clang, and Polly that are now up for review:
>> * https://reviews.llvm.org/D41675 (LLVM part)
>> * https://reviews.llvm.org/D41676 (polly part)
>> * https://reviews.llvm.org/D41677 (Clang part)
>>
>> Importantly for those maintaining downstream users of the LLVM API, this
>> changes the prototypes for the @llvm.memcpy/memmove/memset intrinsics and
>> changes the IRBuilder API for creating memcpy and memmove calls.
>>
>> For example, IR w...