[PATCH] D86735: GlobalISel: Implement computeKnownBits for G_UNMERGE_VALUES

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 13:23:56 PDT 2020


arsenm updated this revision to Diff 288443.
arsenm added a comment.

Fix vector check. The dest check is redundant with the above check, but we still need to make sure the source isn't a vector


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

https://reviews.llvm.org/D86735

Files:
  llvm/include/llvm/Support/KnownBits.h
  llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
  llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86735.288443.patch
Type: text/x-patch
Size: 60665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200827/b997357e/attachment-0001.bin>


More information about the llvm-commits mailing list