[all-commits] [llvm/llvm-project] 5c7957: [AArch64] Allow i16->f64 uitofp tbl shuffles

David Green via All-commits all-commits at lists.llvm.org
Wed Sep 11 14:22:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c7957dd4f12e7c9128068c5ed92464cdc59947e
      https://github.com/llvm/llvm-project/commit/5c7957dd4f12e7c9128068c5ed92464cdc59947e
  Author: David Green <david.green at arm.com>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/fp-conversion-to-tbl.ll

  Log Message:
  -----------
  [AArch64] Allow i16->f64 uitofp tbl shuffles

Just as we convert i8->f32 uitofp to tbl to perform the zext, we can do the
same for i16->f64.



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