[all-commits] [llvm/llvm-project] 58a2f8: [AArch64][GISel] Expand coverage of FDiv and move ...

David Green via All-commits all-commits at lists.llvm.org
Wed Aug 30 14:10:07 PDT 2023


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

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    A llvm/test/CodeGen/AArch64/fdiv.ll

  Log Message:
  -----------
  [AArch64][GISel] Expand coverage of FDiv and move into place.

This adds some more extensive test coverage for fdiv through global isel,
switching the opcodes to use the more complete ActionDefinitions to handle more
cases and moving it into the position of the existing code which is no longer
needed.




More information about the All-commits mailing list