[all-commits] [llvm/llvm-project] 7e85cb: [AArch64][NFC] Add test as a representative of sca...

Sushant Gokhale via All-commits all-commits at lists.llvm.org
Tue Nov 19 00:23:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e85cb8a8a9de57ed10635b843662148a87b17e5
      https://github.com/llvm/llvm-project/commit/7e85cb8a8a9de57ed10635b843662148a87b17e5
  Author: Sushant Gokhale <sgokhale at nvidia.com>
  Date:   2024-11-19 (Tue, 19 Nov 2024)

  Changed paths:
    M llvm/test/Transforms/SLPVectorizer/AArch64/div.ll

  Log Message:
  -----------
  [AArch64][NFC] Add test as a representative of scalarizing a vector i… (#114107)

…nteger division

The last resort to vectorize a bundle of integer divisions is considered
scalarizing it. Currently, the cost estimates for scalarizing a vector
division can be considerably overestimated as is the scenario with this
motivating test case i.e. vector cost should not deviate much from the
scalar cost.

Future patch will try to improve the scalarization cost.



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