[PATCH] D63805: [HardwareLoops] NFC - move loop with irreducible control flow checking logic to isHardwareLoopProfitable()

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 05:12:05 PDT 2019


shchenz added a comment.

codes moved to class `TargetTransformInfo`  can not be called by both class `HardwareLoops` and class `PPCTargetTransformInfo`.
Move the code to class `HardwareLoopInfo` in NFC patch https://reviews.llvm.org/rL364415. FYI @samparker


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

https://reviews.llvm.org/D63805





More information about the llvm-commits mailing list