diff options
author | Craig Topper <craig.topper@sifive.com> | 2025-07-22 16:46:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-22 16:46:28 -0700 |
commit | b2c38f153efe96e4a1497baed9fd25faa1e058c1 (patch) | |
tree | 4eabd726d96f17c0bdc1dc9d40dd6fa5dd9905d3 /llvm/lib/CodeGen | |
parent | 5ca40fa101df2b75e10c0c260192b653120a9b1d (diff) | |
download | llvm-b2c38f153efe96e4a1497baed9fd25faa1e058c1.zip llvm-b2c38f153efe96e4a1497baed9fd25faa1e058c1.tar.gz llvm-b2c38f153efe96e4a1497baed9fd25faa1e058c1.tar.bz2 |
[RISCV] Correct the immediate swizzling for P-ext plui.h/w. (#149945)
If I'm reading the spec correctly, plui.h/w encode the immediate
differently from pli.h/w. pli.h/w appear to rotate the immediate
left by 1 before encoding while plui.h/w rotates the immediate right
by 1 before encoding.
Since I was splitting the classes, I made the name closer to the
instruction names since the immediate width was ambiguous. I've
added an _i suffix to make it similar to base and Zb* class names.
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions