[PATCH] D48600: [GISel]:Add Opcodes for CTLZ/CTTZ/CTPOP
Aditya Nandakumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 11:28:50 PDT 2018
aditya_nandakumar created this revision.
aditya_nandakumar added reviewers: ab, volkan, dsanders, bogner, qcolombet, aemerson, rtereshin.
Herald added a reviewer: javed.absar.
Add IRTranslator support to translate these known intrinsics into GISel opcodes.
Repository:
rL LLVM
https://reviews.llvm.org/D48600
Files:
include/llvm/Support/TargetOpcodes.def
include/llvm/Target/GenericOpcodes.td
lib/CodeGen/GlobalISel/IRTranslator.cpp
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
test/TableGen/trydecode-emission.td
test/TableGen/trydecode-emission2.td
test/TableGen/trydecode-emission3.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48600.152928.patch
Type: text/x-patch
Size: 9823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180626/8156083b/attachment.bin>
More information about the llvm-commits
mailing list