[PATCH] D96122: [GlobalISel] Start using vectors in GISelKnownBits

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 08:59:05 PST 2021


Petar.Avramovic updated this revision to Diff 327476.
Petar.Avramovic edited the summary of this revision.
Petar.Avramovic added a comment.
Herald added a subscriber: mgorny.

Add a few unit tests and break for vector types on some opcodes.


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

https://reviews.llvm.org/D96122

Files:
  llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/combine-urem-pow-2.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
  llvm/unittests/CodeGen/GlobalISel/CMakeLists.txt
  llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
  llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96122.327476.patch
Type: text/x-patch
Size: 98401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210302/ffe71318/attachment-0001.bin>


More information about the llvm-commits mailing list