Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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
Paths
| Differential D86735
GlobalISel: Implement computeKnownBits for G_UNMERGE_VALUES ClosedPublic Authored by arsenm on Aug 27 2020, 1:21 PM.
Details
Diff Detail Event TimelineComment Actions 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 This revision is now accepted and ready to land.Aug 31 2020, 4:32 PM
Revision Contents
Diff 288443 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
|