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

Juan Manuel Martinez CaamaƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 08:19:38 PDT 2023


jmmartinez added a comment.

In D146720#4219568 <https://reviews.llvm.org/D146720#4219568>, @aeubanks wrote:

> could we not put the full pipeline as a test and just check that relevant passes run?

Sounds good to me. There is a test already checking this (well, not exactly, it checks that the transformation done by the pass is done).

I'm going to remove the `opt-pipeline` test, it seems that most of the problems are coming from there.


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