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/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 5ca40fa101df2b75e10c0c260192b653120a9b1d (diff) | |
[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/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
