[all-commits] [llvm/llvm-project] da179e: [TLI] replace-with-veclib works with FRem Instruct...

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Fri Jan 5 04:14:51 PST 2024


  Branch: refs/heads/users/paschalis-mpeis/tli-veclib-frem
  Home:   https://github.com/llvm/llvm-project
  Commit: da179eb424fa86810b1d2e527f9263e0306a91d4
      https://github.com/llvm/llvm-project/commit/da179eb424fa86810b1d2e527f9263e0306a91d4
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/ReplaceWithVeclib.cpp
    M llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-armpl.ll
    M llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef-scalable.ll
    M llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef.ll

  Log Message:
  -----------
  [TLI] replace-with-veclib works with FRem Instruction.

Updated SLEEF and ArmPL tests with Fixed-Width and Scalable cases for
frem. Those are mapped to fmod/fmodf.


  Commit: 0daec94f528e731a7e00a3c428faed3ab40ca38c
      https://github.com/llvm/llvm-project/commit/0daec94f528e731a7e00a3c428faed3ab40ca38c
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/ReplaceWithVeclib.cpp
    R llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-armpl.ll
    R llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef-scalable.ll
    R llvm/test/CodeGen/AArch64/replace-intrinsics-with-veclib-sleef.ll
    A llvm/test/CodeGen/AArch64/replace-with-veclib-armpl.ll
    A llvm/test/CodeGen/AArch64/replace-with-veclib-sleef-scalable.ll
    A llvm/test/CodeGen/AArch64/replace-with-veclib-sleef.ll

  Log Message:
  -----------
  Split replaceWithCallToVeclib to two blocks

One handles CallInst and the other the frem instruction.


  Commit: 9523a0a6c6b91001cbec31de30659fb74601abc7
      https://github.com/llvm/llvm-project/commit/9523a0a6c6b91001cbec31de30659fb74601abc7
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/ReplaceWithVeclib.cpp

  Log Message:
  -----------
  Addressing reviewers.


  Commit: 285279b6b75170afe19baba65d8f5c03dba2f3e8
      https://github.com/llvm/llvm-project/commit/285279b6b75170afe19baba65d8f5c03dba2f3e8
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/ReplaceWithVeclib.cpp

  Log Message:
  -----------
  Addressing reviewers (2)


  Commit: 4b6ed6768e936c9426d86a29b6bb6019cb616d78
      https://github.com/llvm/llvm-project/commit/4b6ed6768e936c9426d86a29b6bb6019cb616d78
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/lib/CodeGen/ReplaceWithVeclib.cpp

  Log Message:
  -----------
  Better handling of ElementCount


Compare: https://github.com/llvm/llvm-project/compare/c226cb5690ed...4b6ed6768e93


More information about the All-commits mailing list