[PATCH] D150396: [InlineCost] Check for conflicting target attributes early

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 14:20:34 PDT 2023


kazu added a comment.

Friendly ping.  I now emit a remark:

  return InlineResult::failure("conflicting target attributes");

so users should be able to tell where they are missing potential optimization opportunities due to mismatching target attributes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150396



More information about the llvm-commits mailing list