How to generate 32bit instructions for arm in tvm

I use target=llvm -target=armv7a to build and export. I used objdump to disassemble and found that there are 16-bit instructions, but my board only supports 32-bit instructions. What should I do to make tvm also generate 32-bit instructions?