[all-commits] [llvm/llvm-project] ecf2ae: TTI: Fix special casing vectorization costs of sat...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 25 13:53:34 PDT 2024
Branch: refs/heads/users/arsenm/add-sub-sat-cost-model-cleanup
Home: https://github.com/llvm/llvm-project
Commit: ecf2ae216c6f1321a3ff9f3c55ef35acf2fc9d7a
https://github.com/llvm/llvm-project/commit/ecf2ae216c6f1321a3ff9f3c55ef35acf2fc9d7a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-25 (Thu, 25 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/test/Analysis/CostModel/AArch64/arith-ssat.ll
M llvm/test/Analysis/CostModel/AArch64/arith-usat.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
M llvm/test/Analysis/CostModel/ARM/active_lane_mask.ll
M llvm/test/Analysis/CostModel/ARM/arith-ssat.ll
M llvm/test/Analysis/CostModel/ARM/arith-usat.ll
M llvm/test/Analysis/CostModel/RISCV/int-sat-math.ll
M llvm/test/Transforms/LoopVectorize/AArch64/intrinsiccost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-saddsatcost.ll
Log Message:
-----------
TTI: Fix special casing vectorization costs of saturating add/sub
Commit: 050a461d5e55f0bce53e4022a9cba7a9552f0a3e
https://github.com/llvm/llvm-project/commit/050a461d5e55f0bce53e4022a9cba7a9552f0a3e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-25 (Thu, 25 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/test/Analysis/CostModel/AArch64/arith-ssat.ll
M llvm/test/Analysis/CostModel/AArch64/arith-usat.ll
M llvm/test/Analysis/CostModel/ARM/active_lane_mask.ll
M llvm/test/Analysis/CostModel/ARM/arith-ssat.ll
M llvm/test/Analysis/CostModel/ARM/arith-usat.ll
M llvm/test/Analysis/CostModel/RISCV/int-sat-math.ll
M llvm/test/Transforms/LoopVectorize/AArch64/intrinsiccost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-saddsatcost.ll
Log Message:
-----------
compute approx default expansion cost in expand case
Commit: 879d467adc989ea1afdb1cbc7d86485648973ac1
https://github.com/llvm/llvm-project/commit/879d467adc989ea1afdb1cbc7d86485648973ac1
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-25 (Thu, 25 Jul 2024)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
Use switch
Compare: https://github.com/llvm/llvm-project/compare/ae93c8878cbf...879d467adc98
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