[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / Mips / micromips-func-addr.s
blob85d7bf79870a19ed3f18328abda1cebc7e239f23
1 # RUN: llvm-mc %s -filetype=obj -triple=mipsel-unknown-linux \
2 # RUN: -mattr=micromips | llvm-readobj -r - \
3 # RUN: | FileCheck %s
4 # CHECK: Relocations [
5 # CHECK: 0x0 R_MIPS_32 bar
6 # CHECK: 0x4 R_MIPS_32 L1
8 .set micromips
9 .type bar,@function
10 bar:
11 L1:
12 nop
13 .data
14 .4byte bar
15 .4byte L1