binji added a comment. This change seems to have also regressed code like this:
// before bool b = 3 == int{3} && true; // after bool b = 3 == int{3}&& true; I suppose a similar fix to the one done for multiply should be done for `&&` too? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127873/new/ https://reviews.llvm.org/D127873 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits