[PATCH] D147703: [AMDGPU] Hide "removing function" diagnostics by default
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 05:08:30 PDT 2023
Pierre-vh created this revision.
Pierre-vh added reviewers: arsenm, foad, b-sumner.
Herald added subscribers: kosarev, StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Use an `OptimizationRemark` for them even though it's not really an
optimization. It just integrates better with the other diagnostics
(enabling is easy with `-pass-remark`).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147703
Files:
llvm/lib/Target/AMDGPU/AMDGPURemoveIncompatibleFunctions.cpp
llvm/test/CodeGen/AMDGPU/remove-incompatible-functions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147703.511377.patch
Type: text/x-patch
Size: 16542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230406/50ade521/attachment.bin>
More information about the llvm-commits
mailing list