[PATCH] D129599: [SimpleLoopUnswitch] Skip non-trivial unswitching of cold loops

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 08:48:53 PDT 2022


aeubanks added a comment.

every patch should be its own phabricator patch, it's not good practice to overwrite one that's been submitted (excluding if the patch was reverted) because people tend to use D####### to refer to a patch. can you create a new one?

should have a test with a hot and cold function now, rather than two loops in one function


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129599



More information about the llvm-commits mailing list