OSDN Git Service

[GlobalISel][AArch64] LegalizerInfo verifier: Adding LegalizerInfo::verify(...) call...
authorRoman Tereshin <rtereshin@apple.com>
Wed, 30 May 2018 22:10:04 +0000 (22:10 +0000)
committerRoman Tereshin <rtereshin@apple.com>
Wed, 30 May 2018 22:10:04 +0000 (22:10 +0000)
commitfe061018e751e801a6a37703278d0e5f878d2bdf
treeb653a45967af9f3b59213adeaa395756a40470ff
parent22634021a1589801e2f5142132183b134f682d1d
[GlobalISel][AArch64] LegalizerInfo verifier: Adding LegalizerInfo::verify(...) call w/o fixing bugs

This is to make it clear what kind of bugs the LegalizerInfo::verifier
is able to catch and test its output

Reviewers: aemerson, qcolombet

Reviewed By: aemerson

Differential Revision: https://reviews.llvm.org/D46338

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333597 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64LegalizerInfo.cpp
test/CodeGen/AArch64/GlobalISel/legalize-inttoptr-xfail-1.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalize-inttoptr-xfail-2.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir [new file with mode: 0644]