[llvm] 2a05bd2 - [NFC] Fix test/CodeGen/PowerPC/O0-pipeline.ll

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 06:22:03 PST 2022


Author: Roman Lebedev
Date: 2022-12-05T17:21:39+03:00
New Revision: 2a05bd212e3e8aaed818ee23464f4d1fe0b0596d

URL: https://github.com/llvm/llvm-project/commit/2a05bd212e3e8aaed818ee23464f4d1fe0b0596d
DIFF: https://github.com/llvm/llvm-project/commit/2a05bd212e3e8aaed818ee23464f4d1fe0b0596d.diff

LOG: [NFC] Fix test/CodeGen/PowerPC/O0-pipeline.ll

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/O0-pipeline.ll b/llvm/test/CodeGen/PowerPC/O0-pipeline.ll
index 9faf306b9357..08340b9f95f9 100644
--- a/llvm/test/CodeGen/PowerPC/O0-pipeline.ll
+++ b/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


        


More information about the llvm-commits mailing list