serge-sans-paille wrote:

This is a WIP, I'd like to catche more generic patterns like

```
x << 3 | x >> (sizeof(x)*8 - 3)
```

or maybe 

```
int x;
/* ... */
x << 3 | x >> (sizeof(int)*8 - 3)
```

I wonder if other patterns are common?

https://github.com/llvm/llvm-project/pull/186324
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to