comparison test/CodeGen/X86/misched-matrix.ll @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 803732b1fca8
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
15 ; been reordered with the stores. This tests the scheduler's cheap 15 ; been reordered with the stores. This tests the scheduler's cheap
16 ; alias analysis ability (that doesn't require any AliasAnalysis pass). 16 ; alias analysis ability (that doesn't require any AliasAnalysis pass).
17 ; 17 ;
18 ; TOPDOWN-LABEL: %for.body 18 ; TOPDOWN-LABEL: %for.body
19 ; TOPDOWN: movl %{{.*}}, ( 19 ; TOPDOWN: movl %{{.*}}, (
20 ; TOPDOWN-NOT: imull {{[0-9]*}}( 20 ; TOPDOWN: imull {{[0-9]*}}(
21 ; TOPDOWN: movl %{{.*}}, 4( 21 ; TOPDOWN: movl %{{.*}}, 4(
22 ; TOPDOWN-NOT: imull {{[0-9]*}}( 22 ; TOPDOWN: imull {{[0-9]*}}(
23 ; TOPDOWN: movl %{{.*}}, 8( 23 ; TOPDOWN: movl %{{.*}}, 8(
24 ; TOPDOWN: movl %{{.*}}, 12( 24 ; TOPDOWN: movl %{{.*}}, 12(
25 ; TOPDOWN-LABEL: %for.end 25 ; TOPDOWN-LABEL: %for.end
26 ; 26 ;
27 ; For -misched=ilpmin, verify that each expression subtree is 27 ; For -misched=ilpmin, verify that each expression subtree is