Lines Matching full:missed
1 ! This file tests the -Rpass family of flags (-Rpass, -Rpass-missed
13 ! Check -Rno-pass, -Rno-pass-analysis, -Rno-pass-missed nothing emitted
15 ! RUN: %flang %s -O1 -Rno-pass-missed -S %{output} 2>&1 | FileCheck %s --allow-empty --check-prefix…
21 ! Check valid -Rpass-missed regex
22 ! RUN: %flang %s -O1 -Rpass-missed=loop -S %{output} 2>&1 | FileCheck %s --check-prefix=MISSED-REGE…
30 ! Check full -Rpass-missed message is emitted
31 ! RUN: %flang %s -O1 -Rpass-missed -S %{output} 2>&1 | FileCheck %s --check-prefix=MISSED
40 ! With plain -Rpass, -Rpass-missed or -Rpass-analysis, we expect remarks related to 2 opportunities…
46 …MISSED-REGEX-LOOP-ONLY-NOT: optimization-remark.f90:77:7: remark: failed to hoist load with loop…
47 ! MISSED-REGEX-LOOP-ONLY: optimization-remark.f90:72:4: remark: loop not vectorized [-Rpass-m…
55 ! MISSED: optimization-remark.f90:73:7: remark: failed to hoist load with loo…
56 ! MISSED: optimization-remark.f90:72:4: remark: loop not vectorized [-Rpass-m…
57 ! MISSED-NOT: optimization-remark.f90:75:7: remark: loop not vectorized: unsafe d…
58 ! MISSED-NOT: Unknown data dependence. Memory location is the same as accessed at…