search for: r172894

Displaying 6 results from an estimated 6 matches for "r172894".

2013 Jul 10
0
[LLVMdev] unaligned AVX store gets split into two instructions
...; single instruction (details below). > In a matrix-matrix inner-kernel, I see a ~25% decrease in performance, which > seems to be due to this. > > Any ideas why this changed? Thanks! This was intentional; apparently doing it with two instructions is supposed to be faster. See r172868/r172894. Adding Nadav in case he has anything more to say. -Eli
2013 Jul 10
3
[LLVMdev] unaligned AVX store gets split into two instructions
...low). >> In a matrix-matrix inner-kernel, I see a ~25% decrease in performance, which >> seems to be due to this. >> >> Any ideas why this changed? Thanks! > > This was intentional; apparently doing it with two instructions is > supposed to be faster. See r172868/r172894. > > Adding Nadav in case he has anything more to say. > > -Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130709/c745e7fb/attachment.html>
2013 Jul 10
2
[LLVMdev] unaligned AVX store gets split into two instructions
...atrix inner-kernel, I see a ~25% decrease in performance, >> which >> seems to be due to this. >> >> Any ideas why this changed? Thanks! >> >> >> This was intentional; apparently doing it with two instructions is >> supposed to be faster. See r172868/r172894. >> >> Adding Nadav in case he has anything more to say. >> >> -Eli >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130710/86bbc835/attachment.html>...
2013 Jul 10
0
[LLVMdev] unaligned AVX store gets split into two instructions
...tails below). > In a matrix-matrix inner-kernel, I see a ~25% decrease in performance, > which > seems to be due to this. > > Any ideas why this changed? Thanks! > > > This was intentional; apparently doing it with two instructions is > supposed to be faster. See r172868/r172894. > > Adding Nadav in case he has anything more to say. > > -Eli > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130709/a7243480/attachment.html>
2013 Jul 10
4
[LLVMdev] unaligned AVX store gets split into two instructions
I'm seeing a difference in how LLVM 3.3 and 3.2 emit unaligned vector loads on AVX. 3.3 is splitting up an unaligned vector load but in 3.2, it was emitted as a single instruction (details below). In a matrix-matrix inner-kernel, I see a ~25% decrease in performance, which seems to be due to this. Any ideas why this changed? Thanks! Zach LLVM Code: define <4 x double> @vstore(<4 x
2013 Sep 19
0
[LLVMdev] unaligned AVX store gets split into two instructions
...decrease in performance, >>> which >>> seems to be due to this. >>> >>> Any ideas why this changed? Thanks! >>> >>> >>> This was intentional; apparently doing it with two instructions is >>> supposed to be faster. See r172868/r172894. >>> >>> Adding Nadav in case he has anything more to say. >>> >>> -Eli >>> >>> >>> >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs....