[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Mips / micromips-xor16.ll
bloba09531bc706cbda1c09d9154f120e28cac119f1e
1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
2 ; RUN:   -relocation-model=pic -O3 < %s | FileCheck %s
4 define i32 @main() {
5 entry:
6   %retval = alloca i32, align 4
7   %a = alloca i32, align 4
8   %b = alloca i32, align 4
9   %c = alloca i32, align 4
10   store i32 0, ptr %retval
11   %0 = load i32, ptr %b, align 4
12   %1 = load i32, ptr %c, align 4
13   %xor = xor i32 %0, %1
14   store i32 %xor, ptr %a, align 4
15   ret i32 0
18 ; CHECK: xor16