nickdesaulniers added a comment.

In D156154#4529889 <https://reviews.llvm.org/D156154#4529889>, @shafik wrote:

> What practical effects will this have?

As of D151587 <https://reviews.llvm.org/D151587>...

From the commit message `Improves the ability of ConstExprEmitter to evaluate 
constants.` Stated another way:
Should speed up "is the below expression a constant expression?"

> What kind of code do this effect?



  int y = 2;
          ^ is 2 a constant expression?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156154/new/

https://reviews.llvm.org/D156154

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to