[PATCH] D129731: [SCEV] Avoid creating unnecessary SCEVs for SelectInsts.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 00:36:32 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
I was wondering if we can't drop that code for select -> min/max formation now that we canonicalize to intrinsics, but then I remembered that we still use the select form for pointers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129731/new/
https://reviews.llvm.org/D129731
More information about the llvm-commits
mailing list