Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks fine to me. I was concerned about how successful we would be pattern matching them.
Comment Actions
We do not match it after numerous of optimizations, it is better to use intrinsic from the library.
Comment Actions
LGTM. We should try to pattern match these though, I think through ROTR one is matched sometimes already