[libcxx-commits] [clang] [libcxxabi] [lldb] [llvm] [mlir] [polly] [RFC][NFCI][IR] Rename isNullValue and getNullValue to isZeroValue and getZeroValue (PR #195687)
Shilei Tian via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 4 10:24:56 PDT 2026
shiltian wrote:
> > This can't be split into per-component because it changes the core library.
>
> You can add the new methods keeping the old ones, unless I'm missing something. After all components switch to use the new methods, the old ones can be removed.
Sure, I will do that.
https://github.com/llvm/llvm-project/pull/195687
More information about the libcxx-commits
mailing list