[PATCH] D139325: llvm/test/CodeGen/PowerPC: fix up O0-pipeline test

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 06:22:31 PST 2022


dvyukov created this revision.
dvyukov added a reviewer: melver.
Herald added subscribers: shchenz, nemanjai.
Herald added a project: All.
dvyukov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

D136078 <https://reviews.llvm.org/D136078> forgot to update this test for the new pass.
Builder complained:
http://45.33.8.238/linux/93224/step_12.txt
Update the test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139325

Files:
  llvm/test/CodeGen/PowerPC/O0-pipeline.ll


Index: llvm/test/CodeGen/PowerPC/O0-pipeline.ll
===================================================================
--- llvm/test/CodeGen/PowerPC/O0-pipeline.ll
+++ llvm/test/CodeGen/PowerPC/O0-pipeline.ll
@@ -62,6 +62,7 @@
 ; CHECK-NEXT:       Contiguously Lay Out Funclets
 ; CHECK-NEXT:       StackMap Liveness Analysis
 ; CHECK-NEXT:       Live DEBUG_VALUE analysis
+; CHECK-NEXT:       Machine Sanitizer Binary Metadata
 ; CHECK-NEXT:       PowerPC Expand Atomic
 ; CHECK-NEXT:       PowerPC Branch Selector
 ; CHECK-NEXT:       Lazy Machine Block Frequency Analysis


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139325.480087.patch
Type: text/x-patch
Size: 572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/5e23787a/attachment.bin>


More information about the llvm-commits mailing list