================ @@ -996,6 +996,9 @@ namespace llvm { CLOAD, CSTORE, LAST_MEMORY_OPCODE = CSTORE, + SHL, + SRL, + SRA, ---------------- GrumpyPigSkin wrote: Moved :) https://github.com/llvm/llvm-project/pull/169069