[llvm] [VPlan] Ignore incoming values with constant false mask. (PR #89384)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 05:28:28 PDT 2024
================
@@ -52,7 +52,7 @@ template <typename Class> struct bind_ty {
/// Match a specified integer value or vector of all elements of that
/// value.
----------------
fhahn wrote:
Added a comment and also checked that there are no warnings with in release builds w/o assertions (at least with clang)
https://github.com/llvm/llvm-project/pull/89384
More information about the llvm-commits
mailing list