[PATCH] D120518: const correctness for getTargetTransformInfo

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 14:14:35 PST 2022


jrtc27 added a comment.

This isn't const *correctness*, this is adding a new restriction. The existing code is totally correct, but this potentially makes downstream code no longer correct.


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