[PATCH] D112394: [AMDGPU] Implement llvm.amdgcn.mulhi.[i,u]24 intrinsics.

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 24 20:18:12 PDT 2021


abinavpp created this revision.
abinavpp added reviewers: arsenm, foad, rampitec.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
abinavpp requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

These intrinsics maps to the 24-bit v_mul_hi instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112394

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  llvm/lib/Target/AMDGPU/VOP2Instructions.td
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mulhi.i24.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mulhi.u24.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112394.381824.patch
Type: text/x-patch
Size: 4622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211025/7e98efa7/attachment.bin>


More information about the llvm-commits mailing list