Displaying 1 result from an estimated 1 matches for "r226808".
Did you mean:
226808
2015 Feb 17
2
[LLVMdev] [3.6 Release] Bugfixes in Masked Load/Store
Hi Hans,
I fixed 2 bugs in the trunk branch related to Masked Load / Store.
Since these intrinsics are generated by Loop Vectorizer on AVX2, a wrong code may be generated. One of the bugs was detected while gcc benchmark testing.
http://llvm.org/bugs/show_bug.cgi?id=22225
I think that the bugs should be fixed in 3.6.
I have 2 options
(1) promote changes of revisions 226791 and 226808 from trunk