[PATCH] D73404: Basis of dropping uses in llvm.assume.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 12:52:16 PST 2020
lebedev.ri added a comment.
I'm not sure i'm fully onboard with using generic 'droppable' term for these uses.
Can we be somehow more specific, since those are really only ever about assumes?
================
Comment at: llvm/include/llvm/ADT/STLExtras.h:1534
using Indices = std::make_index_sequence<
std::tuple_size<typename std::decay<Tuple>::type>::value>;
----------------
These changes can be separated into another review
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73404/new/
https://reviews.llvm.org/D73404
More information about the llvm-commits
mailing list