[PATCH] D146720: [AMDGPU][printf] Run AMDGPUPrintfRuntimeBindingPass in -O0

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 05:51:16 PDT 2023


foad added a subscriber: aeubanks.
foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/opt-pipeline.ll:1
+; UNSUPPORTED: expensive_checks
+; RUN: opt -O0 -mtriple=amdgcn--amdhsa -disable-verify -debug-pass-manager -S < %s 2>&1 \
----------------
See previous discussion of why this file was removed and what it should be replaced with: https://github.com/llvm/llvm-project/commit/6f73bd781305266a747055875ce8352e5a36c809

Adding @aeubanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146720/new/

https://reviews.llvm.org/D146720



More information about the llvm-commits mailing list