[PATCH] D155387: [Clang] Fix member lookup so that we don't ignore ambiguous lookups in some cases
dewen added inline comments. Comment at: clang/test/CXX/class.derived/class.member.lookup/p11.cpp:15 +struct D: I1, I2, B2 { + using B1::f; + using B2::f; ``` bool correctness{true}; struct A { bool operator==(A const&oth) const { return true; }
[PATCH] D143767: [SVE][Builtins] Lower X forms of fp binop/mla arithmetic builtins to dedicated intrinsics
dewen added a comment. Hi, thank you. When will this patch be pushed to the master?@paulwalker-arm Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143767/new/ https://reviews.llvm.org/D143767 ___ cfe-commi