[PATCH] D120518: const correctness for getTargetTransformInfo

Jameson Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 10:58:16 PST 2022


vtjnash added a comment.

> this is adding a new restriction

It is mostly relaxing a restriction, now allowing `getTargetTransformInfo` and `getTargetIRAnalysis` to be called with a `const TargetTransformInfo` for `this`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120518



More information about the llvm-commits mailing list