[PATCH] D91362: [SelectionDAG] Add llvm.vector.{extract,insert} intrinsics

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 10:41:59 PST 2020


joechrisellis updated this revision to Diff 308710.
joechrisellis added a comment.
Herald added a subscriber: dexonsmith.

Address @cameron.mcinally's comment regarding protecting against mismatched element types.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91362/new/

https://reviews.llvm.org/D91362

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/CodeGen/AArch64/sve-extract-vector.ll
  llvm/test/CodeGen/AArch64/sve-insert-vector.ll
  llvm/test/Transforms/InstCombine/canonicalize-vector-extract.ll
  llvm/test/Transforms/InstCombine/canonicalize-vector-insert.ll
  llvm/test/Verifier/extract-vector-mismatched-element-types.ll
  llvm/test/Verifier/insert-vector-mismatched-element-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91362.308710.patch
Type: text/x-patch
Size: 41632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/da9eec39/attachment-0001.bin>


More information about the llvm-commits mailing list