[PATCH] D49242: [Intrinsics] define funnel shift IR intrinsics + DAG builder support
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 12 12:22:54 PDT 2018
spatel updated this revision to Diff 155251.
spatel added a comment.
Patch updated:
1. Moved unsigned modulo description of the shift amount to the 'Overview' which makes 'Semantics' unnecessary, so those paragraphs are gone.
2. Fixed formatting bug.
https://reviews.llvm.org/D49242
Files:
docs/LangRef.rst
include/llvm/IR/Intrinsics.td
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/AArch64/funnel-shift.ll
test/CodeGen/PowerPC/funnel-shift.ll
test/CodeGen/X86/funnel-shift.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49242.155251.patch
Type: text/x-patch
Size: 39107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/74b32ecf/attachment.bin>
More information about the llvm-commits
mailing list