diff options
author | Juergen Ributzka <juergen@apple.com> | 2014-08-21 20:57:57 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@apple.com> | 2014-08-21 20:57:57 +0000 |
commit | addb75a4f32ce093a4939f4253a99deecdd1666f (patch) | |
tree | c859e4816066c273b3f2bf3da4d7fdde903b72df /clang/tools | |
parent | 3b717527f4e41337e90ef47f743543f25cb4949c (diff) | |
download | bcm5719-llvm-addb75a4f32ce093a4939f4253a99deecdd1666f.tar.gz bcm5719-llvm-addb75a4f32ce093a4939f4253a99deecdd1666f.zip |
[FastISel][AArch64] Use the correct register class to make the MI verifier happy.
This is mostly achieved by providing the correct register class manually,
because getRegClassFor always returns the GPR*AllRegClass for MVT::i32 and
MVT::i64.
Also cleanup the code to use the FastEmitInst_* method whenever possible. This
makes sure that the operands' register class is properly constrained. For all
the remaining cases this adds the missing constrainOperandRegClass calls for
each operand.
llvm-svn: 216225
Diffstat (limited to 'clang/tools')
0 files changed, 0 insertions, 0 deletions