================
@@ -1898,6 +1882,55 @@ static Instruction *foldSelectICmpEq(SelectInst &SI, 
ICmpInst *ICI,
   return nullptr;
 }
 
+// Turn select (Cmp X C1) (BOp X C2) C3
----------------
dtcxzyw wrote:

```suggestion
/// Turn select (Cmp X C1) (BOp X C2) C3
```
Use `///` for header comments.


https://github.com/llvm/llvm-project/pull/116888
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to