[llvm] 8e4b815 - [M68k] Fix compilation pipeline check
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 09:37:14 PDT 2024
Author: Michael Liao
Date: 2024-09-03T12:36:29-04:00
New Revision: 8e4b8155c1b80a68fcf854c305f06602b37da218
URL: https://github.com/llvm/llvm-project/commit/8e4b8155c1b80a68fcf854c305f06602b37da218
DIFF: https://github.com/llvm/llvm-project/commit/8e4b8155c1b80a68fcf854c305f06602b37da218.diff
LOG: [M68k] Fix compilation pipeline check
- After 'RemoveLoadsIntoFakeUses' is enabled to support llvm.fake.use
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 76d72f5a50420e..6dc5310c736610 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -134,6 +134,7 @@
; CHECK-NEXT: Implement the 'patchable-function' attribute
; CHECK-NEXT: M68k MOVEM collapser pass
; CHECK-NEXT: Contiguously Lay Out Funclets
+; CHECK-NEXT: Remove Loads Into Fake Uses
; CHECK-NEXT: StackMap Liveness Analysis
; CHECK-NEXT: Live DEBUG_VALUE analysis
; CHECK-NEXT: Machine Sanitizer Binary Metadata
More information about the llvm-commits
mailing list