[llvm] [NewPM] Teach llc -passes to handle target machine analysis (PR #191704)
Vikram Hegde via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 04:36:31 PDT 2026
================
@@ -0,0 +1,11 @@
+# RUN: llc -mtriple=amdgcn \
+# RUN: "-passes=require<amdgpu-resource-usage>,invalidate<amdgpu-resource-usage>" \
----------------
vikramRH wrote:
Probably add a CHECK line too by using "print-pipeline-passes" ?
https://github.com/llvm/llvm-project/pull/191704
More information about the llvm-commits
mailing list