[llvm] a1af1de - [M68k] Fix compilation pipeline check

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 11:29:57 PDT 2024


Author: Michael Liao
Date: 2024-08-06T14:29:50-04:00
New Revision: a1af1de4380f9c4fa3b5229e9f4a41af93955c38

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

LOG: [M68k] Fix compilation pipeline check

- After ExpandVP pass is merged into PreISelIntrinsicLowering

Added: 
    

Modified: 
    llvm/test/CodeGen/M68k/pipeline.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/M68k/pipeline.ll b/llvm/test/CodeGen/M68k/pipeline.ll
index 0481d5c18e0c4f..6aa66d09aa78bc 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -32,7 +32,6 @@
 ; CHECK-NEXT:      Constant Hoisting
 ; CHECK-NEXT:      Replace intrinsics with calls to vector library
 ; CHECK-NEXT:      Partially inline calls to library functions
-; CHECK-NEXT:      Expand vector predication intrinsics
 ; CHECK-NEXT:      Instrument function entry/exit with calls to e.g. mcount() (post inlining)
 ; CHECK-NEXT:      Scalarize Masked Memory Intrinsics
 ; CHECK-NEXT:      Expand reduction intrinsics


        


More information about the llvm-commits mailing list