[PATCH] D101227: Added example for G_EXTRACT and G_INSERT [DOCS]

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 24 01:39:06 PDT 2021


xgupta added a comment.

Thanks, @sushmaunnibhavi for the patch!

I think the examples you add are for https://llvm.org/docs/GlobalISel/GenericOpcode.html#vector-specific-operations.

For scalar one you should look at /llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir and /llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101227



More information about the llvm-commits mailing list