OSDN Git Service

[GISel]: Fix incorrect type used in Pattern Match for ICst
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Tue, 13 Mar 2018 23:21:13 +0000 (23:21 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Tue, 13 Mar 2018 23:21:13 +0000 (23:21 +0000)
commit39745f957e22252ccb1e4734b9a35c80fb3e8ef3
tree6534425c246a3593669cf0ea3d9bf0121ae4cd77
parenta3a491bfb16d1d8ab22da382995689eabae83f68
[GISel]: Fix incorrect type used in Pattern Match for ICst

getConstantVRegVal() returns int64_t but we use uint64_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327461 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp