Issue 53362
Summary Reduce width of bitops on large integers when possible
Labels enhancement, llvm:optimizations
Assignees
Reporter duk-37
    Reducing the width of bit operations on larger integers to machine-word-level could improve codegen in some cases.

Care would need to be taken to account for endianness and (maybe?) atomicity.

[Here's](https://godbolt.org/z/h67654Ys9) a bit of a contrived (but still useful) test-case.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to