[PATCH] D141243: [SCEV] Add llvm.experimental.guard conditions to applyLoopGuards()

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 03:37:54 PST 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

We should add support for guard intrinsics to AssumptionCache instead. For all practical purposes, they need the same handling, and it makes little sense that we keep implementing separate handling for assumes and guards each time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141243



More information about the llvm-commits mailing list