diff options
author | Michael Liao <michael.hliao@gmail.com> | 2025-01-23 08:27:09 -0500 |
---|---|---|
committer | Michael Liao <michael.hliao@gmail.com> | 2025-01-23 08:28:25 -0500 |
commit | 590e5e20b12f9fd956d0ba7de83aa2ab44c9faeb (patch) | |
tree | 6cc843b64c15f51c0ff48b551f31f072d151c9ee /llvm | |
parent | 0c66644270abc1455e92301a44232b9af75fafc6 (diff) | |
download | llvm-590e5e20b12f9fd956d0ba7de83aa2ab44c9faeb.zip llvm-590e5e20b12f9fd956d0ba7de83aa2ab44c9faeb.tar.gz llvm-590e5e20b12f9fd956d0ba7de83aa2ab44c9faeb.tar.bz2 |
[M68k] Fix llc pass test after 3630d9ef65b30af7e4ca78e668649bbc48b5be66
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/M68k/pipeline.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/M68k/pipeline.ll b/llvm/test/CodeGen/M68k/pipeline.ll index bc22474..d61e591 100644 --- a/llvm/test/CodeGen/M68k/pipeline.ll +++ b/llvm/test/CodeGen/M68k/pipeline.ll @@ -31,6 +31,9 @@ ; CHECK-NEXT: Block Frequency Analysis ; CHECK-NEXT: Constant Hoisting ; CHECK-NEXT: Replace intrinsics with calls to vector library +; CHECK-NEXT: Lazy Branch Probability Analysis +; CHECK-NEXT: Lazy Block Frequency Analysis +; CHECK-NEXT: Optimization Remark Emitter ; CHECK-NEXT: Partially inline calls to library functions ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining) ; CHECK-NEXT: Scalarize Masked Memory Intrinsics |