[PATCH] D80422: Enable `align <n>` to be used in intrinsic definitions.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 08:39:06 PDT 2020
hliao updated this revision to Diff 266556.
hliao added a comment.
Herald added subscribers: luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, jocewei, PkmX, jfb, the_o, brucehoult, MartinMosbeck, rogfer01, atanasyan, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, aheejin, jgravelle-google, sbc100, nemanjai, sdardis, dschuff, jholewinski.
- Introduce `RetIndex` and `ArgIndex<n>` to specify attribute indices.
- Minor refinement following other review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80422/new/
https://reviews.llvm.org/D80422
Files:
llvm/include/llvm/IR/Attributes.h
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/include/llvm/IR/IntrinsicsARM.td
llvm/include/llvm/IR/IntrinsicsBPF.td
llvm/include/llvm/IR/IntrinsicsHexagon.td
llvm/include/llvm/IR/IntrinsicsHexagonDep.td
llvm/include/llvm/IR/IntrinsicsMips.td
llvm/include/llvm/IR/IntrinsicsNVVM.td
llvm/include/llvm/IR/IntrinsicsPowerPC.td
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/include/llvm/IR/IntrinsicsSystemZ.td
llvm/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/include/llvm/IR/IntrinsicsX86.td
llvm/include/llvm/IR/IntrinsicsXCore.td
llvm/lib/IR/Attributes.cpp
llvm/test/CodeGen/AMDGPU/reqd-work-group-size.ll
llvm/test/TableGen/GlobalISelEmitter-SDNodeXForm-timm.td
llvm/test/TableGen/GlobalISelEmitter-immarg-literal-pattern.td
llvm/test/TableGen/immarg.td
llvm/utils/TableGen/CodeGenIntrinsics.h
llvm/utils/TableGen/CodeGenTarget.cpp
llvm/utils/TableGen/IntrinsicEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80422.266556.patch
Type: text/x-patch
Size: 321291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/d80f91e8/attachment-0001.bin>
More information about the llvm-commits
mailing list