================ @@ -933,6 +933,17 @@ class GShl : public GenericMachineInstr { }; }; +/// Represents a logical shift right. +class GLshr : public GenericMachineInstr { ---------------- jayfoad wrote: Should be "LShr" not "Lshr". https://github.com/llvm/llvm-project/pull/114821