This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 887eb8d03ab [x86] add tests to show miscompile for funnel shift with we [...] new 8fe02fad970 [SelectionDAG] fix bug in translating funnel shift with non [...] new 1bf2ea0a053 [x86] remove stale FIXME note from test; NFC
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 70 ++++--- test/CodeGen/AArch64/funnel-shift-rot.ll | 40 ++-- test/CodeGen/AArch64/funnel-shift.ll | 66 +++--- test/CodeGen/PowerPC/funnel-shift-rot.ll | 32 ++- test/CodeGen/PowerPC/funnel-shift.ll | 32 +-- test/CodeGen/X86/funnel-shift-rot.ll | 41 ++-- test/CodeGen/X86/funnel-shift.ll | 250 ++++++++--------------- 7 files changed, 218 insertions(+), 313 deletions(-)