[PATCH] D135041: [ObjCARC] Remove legacy PM versions of optimization passes
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 14:45:42 PDT 2022
asbirlea added a comment.
Test updates could have been a separate NFC so review centers on the LPM passes removal / move to codegen only.
================
Comment at: llvm/test/Transforms/ObjCARC/contract-end-of-use-list.ll:1
-; RUN: opt -S < %s -objc-arc-expand -objc-arc-contract | FileCheck %s
+; RUN: opt -S < %s -passes=objc-arc-expand -passes=objc-arc-contract | FileCheck %s
; Don't crash. Reproducer for a use_iterator bug from r203364.
----------------
Add to single `-passes=` pipeline?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135041/new/
https://reviews.llvm.org/D135041
More information about the llvm-commits
mailing list