[PATCH] D48847: [GISel]: Add Legalization/lowering code for bit counting operations

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 15:17:22 PDT 2018


aditya_nandakumar updated this revision to Diff 159812.
aditya_nandakumar added a comment.
Herald added a subscriber: mgorny.

Updated to make use of the FileCheck API for testing all the expansions.


https://reviews.llvm.org/D48847

Files:
  include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  unittests/CodeGen/GlobalISel/CMakeLists.txt
  unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
  unittests/CodeGen/GlobalISel/LegalizerHelperTest.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48847.159812.patch
Type: text/x-patch
Size: 22698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180808/292a4955/attachment.bin>


More information about the llvm-commits mailing list