[PATCH] D158601: [Clang]  Always constant-evaluate operands of comparisons to nullptr
    Chuanqi Xu via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug 24 00:44:13 PDT 2023
    
    
  
ChuanqiXu added a comment.
In D158601#4612908 <https://reviews.llvm.org/D158601#4612908>, @cor3ntin wrote:
> @ChuanqiXu Thanks. Do you think this needs to be backported for coroutine support?
For coroutine support, I don't think it is needed. It is a pretty corner case and Tobias had mentioned there are too many back ports now (https://discourse.llvm.org/t/llvm-17-0-0-rc3-released/72946). Although he doesn't throw any requirement to us, I think it may better to lift our bar for backporting patches now.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158601/new/
https://reviews.llvm.org/D158601
    
    
More information about the cfe-commits
mailing list