[PATCH] D74221: [TargetLowering] Add NegatibleKind enum for isNegatibleForFree return codes

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 08:36:05 PST 2020


RKSimon added a comment.

In D74221#1869795 <https://reviews.llvm.org/D74221#1869795>, @spatel wrote:

> LGTM. But would "{get}NegatibleCost" be more accurate than "{get}NegatibleKind"?


I'll replace NegatibleKind with NegatibleCost - my initial prototype for this hadn't used cost style enum names, but I didn't change it as the patch developed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74221





More information about the llvm-commits mailing list