"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9793f0e4d7f7feb746d1a54ce7ac6e311b98f7b1"
[PowerPC] Fix crash in peephole optimization
When converting reg+reg shifts to reg+imm rotates, we neglect to consider the CodeGenOnly versions of the 32-bit shift mnemonics. This means we produce a rotate with missing operands which causes a crash. Committing this fix without review since it is non-controversial that the list of mnemonics to consider should include the 64-bit aliases for the exact mnemonics. Fixes PR44183.
Loading
Please register or sign in to comment