[Lldb-commits] [lldb] [libc] [llvm] [clang-tools-extra] [libcxxabi] [flang] [lld] [compiler-rt] [clang] [libcxx] [libclc] [VPlan] Add new VPUniformPerUFRecipe, use for step truncation. (PR #78113)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 24 15:08:55 PST 2024
================
@@ -1469,6 +1461,52 @@ void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent,
}
#endif
+static bool isUniformAcrossVFsAndUFs(VPScalarCastRecipe *C) {
----------------
ayalz wrote:
Worth documenting, potentially leaving behind a note that uniformity should essentially be associated with VPValues.
https://github.com/llvm/llvm-project/pull/78113
More information about the lldb-commits
mailing list