[all-commits] [llvm/llvm-project] bea368: [AArch64] Allow only LSL to be folded into address...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Tue Oct 17 03:30:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bea3684944c0d7962cd53ab77aad756cfee76b7c
      https://github.com/llvm/llvm-project/commit/bea3684944c0d7962cd53ab77aad756cfee76b7c
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/sink-and-fold-illegal-shift.ll
    A llvm/test/CodeGen/AArch64/sink-and-fold-illegal-shift.mir

  Log Message:
  -----------
  [AArch64] Allow only LSL to be folded into addressing mode (#69235)

There was an error in decoding shift type, which permitted shift types
other than LSL to be (incorrectly) folded into the addressing mode of a
load/store instruction.




More information about the All-commits mailing list