[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git] / llvm / test / CodeGen / Generic / 2012-06-08-APIntCrash.ll
blobf08923669ecef252db5e7d537fd6293bf0f9b38b
1 ; RUN: llc < %s
3 define void @test1(ptr %ptr)
5         %1 = load <8 x i32>, ptr %ptr, align 32
6         %2 = and <8 x i32> %1, <i32 0, i32 0, i32 0, i32 -1, i32 0, i32 0, i32 0, i32 -1>
7         store <8 x i32> %2, ptr %ptr, align 16
8         ret void