Displaying 2 results from an estimated 2 matches for "pr37426".
Did you mean:
pr35526
2018 May 15
0
Rotates, once again
Thanks for writing this up. I'd like to have this intrinsic too.
Another argument for having the intrinsic is shown in PR37426:
https://bugs.llvm.org/show_bug.cgi?id=37426
Vectorization goes overboard because the throughput cost model used by the
vectorizers doesn't match the 6 IR instructions that correspond to 1 x86
rotate instruction. Instead, we have:
$ opt 37426prevectorize.ll -S -cost-model -analyze
...
Cost Mo...
2018 May 14
5
Rotates, once again
Hi everyone!
I recently ran into some interesting issues with generation of rotate instructions - the details are in the bug tracker (https://bugs.llvm.org/show_bug.cgi?id=37387 and related bugs) for those interested - and it brought up the issue of rotates in the IR again. Now this is a proposal that has been made (and been rejected) several times, but I've been told that this time round we