| commit | fd7975f14884a851379335a07c831fd6f33770f8 | [log] [tgz] |
|---|---|---|
| author | Karl Schimpf <kschimpf@google.com> | Tue Feb 02 11:25:10 2016 -0800 |
| committer | Karl Schimpf <kschimpf@google.com> | Tue Feb 02 11:25:10 2016 -0800 |
| tree | 30ab08f058e2a6129f460d16ea4ab49f2f76354f | |
| parent | 50cfcb065f0316432f6db66cd23e87765525ec86 [diff] [blame] |
Add VAND to the integrated ARM assembler. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4334 R=jpp@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/1657353002 .
diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp index f284f4d..7a19f11 100644 --- a/src/IceTargetLoweringARM32.cpp +++ b/src/IceTargetLoweringARM32.cpp
@@ -2962,6 +2962,7 @@ return; } } + assert(isIntegerType(DestTy)); Variable *Src0R = Srcs.src0R(this); if (isVectorType(DestTy)) { Variable *Src1R = legalizeToReg(Src1);