[PATCH] D111968: [TTI] Add OperandValueProperties::OP_NegatedPowerOf2 enum
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 17 11:45:12 PDT 2021
xbolva00 added inline comments.
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:889
+ OP_PowerOf2 = 1,
+ OP_NegatedPowerOf2 = 1
+ };
----------------
Mistake?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111968/new/
https://reviews.llvm.org/D111968
More information about the llvm-commits
mailing list