[all-commits] [llvm/llvm-project] 1c6ea9: [AArch64] Fix load-insert-zero patterns with i8 an...

David Green via All-commits all-commits at lists.llvm.org
Wed Mar 8 04:48:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c6ea961938488997712763762079e535b8b704e
      https://github.com/llvm/llvm-project/commit/1c6ea961938488997712763762079e535b8b704e
  Author: David Green <david.green at arm.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/load-insert-zero.ll

  Log Message:
  -----------
  [AArch64] Fix load-insert-zero patterns with i8 and negative offsets.

These should have been using the LDURBi instructions where the offset is
negative, as reported from the reproducer in D144086.




More information about the All-commits mailing list