[all-commits] [llvm/llvm-project] 89e84d: [AArch64][GlobalISel] Fix fallbacks introduced for...

AE via All-commits all-commits at lists.llvm.org
Fri Jan 15 01:11:16 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89e84dec1879417fb7eb96edaa55dac7eca204ab
      https://github.com/llvm/llvm-project/commit/89e84dec1879417fb7eb96edaa55dac7eca204ab
  Author: Amara Emerson <amara at apple.com>
  Date:   2021-01-15 (Fri, 15 Jan 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/select-fp-casts.mir

  Log Message:
  -----------
  [AArch64][GlobalISel] Fix fallbacks introduced for G_SITOFP in 8f283cafddfa8d6d01a94b48cdc5d25817569e91

If we have an integer->fp convert that has differing sizes, e.g. s32 to s64,
then don't try to convert it to AArch64::G_SITOF since it won't select.




More information about the All-commits mailing list