[llvm] [SystemZ] Use LCGR/AGHI for i64 XOR with -1 (PR #74882)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 12:05:28 PST 2023
JonPsson1 wrote:
Without the peephole, it produces instead LGHI/XGR, which uses one more register, although it is a constant load off the CP...
https://github.com/llvm/llvm-project/pull/74882
More information about the llvm-commits
mailing list