Issue 54193
Summary Suboptimal and strange restrict codegen
Labels new issue
Assignees
Reporter psiha
    For lack of a better title...
https://godbolt.org/z/8a9dhjGaq

- 'strange' part: restricted_impl lacks the alias checks as expected but it also has loop unrolling which the unrestricted_impl version does not (but could have)
- suboptimal: restricted_wrapper_impl gets the same codegen as unrestricted_impl ??
- suboptimal and strange: restricted_wrapper_cached_ptr_impl gets the same codegen as unrestricted_impl ????
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to