[all-commits] [llvm/llvm-project] e7f9d8: [AArch64] Lower alias mask to a whilewr (#100769)

Sam Tebbs via All-commits all-commits at lists.llvm.org
Fri Aug 2 01:42:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7f9d8e5c3e49e729c69aaa9be3322f7902370b8
      https://github.com/llvm/llvm-project/commit/e7f9d8e5c3e49e729c69aaa9be3322f7902370b8
  Author: Sam Tebbs <samuel.tebbs at arm.com>
  Date:   2024-08-02 (Fri, 02 Aug 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    A llvm/test/CodeGen/AArch64/whilewr.ll

  Log Message:
  -----------
  [AArch64] Lower alias mask to a whilewr (#100769)

https://github.com/llvm/llvm-project/pull/100579 emits IR that creates a
mask disabling lanes that could alias within a loop iteration, based on
a pair of pointers. This PR lowers that IR to the WHILEWR instruction
for AArch64.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list