opt -analyze is legacy PM-specific. Show better ways of doing the same
thing, generally with some sort of -passes=print<foo>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
lgtm.
llvm/utils/update_analyze_test_checks.py | ||
---|---|---|
17 | nit: unnecessary -S with -disable-output? |
nit: unnecessary -S with -disable-output?
Perhaps update to:
; RUN: opt < %s -passes='print<cost-model>' -disable-output 2>&1 | FileCheck %s"