[all-commits] [llvm/llvm-project] 964565: [SystemZ] i128 cost model (#78528)
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Thu Jan 18 09:24:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 964565f42eb8f06dc8610b44d56b432a8c2cb50b
https://github.com/llvm/llvm-project/commit/964565f42eb8f06dc8610b44d56b432a8c2cb50b
Author: Jonas Paulsson <paulson1 at linux.ibm.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
A llvm/test/Analysis/CostModel/SystemZ/i128-cmp-ext-conv.ll
M llvm/test/Analysis/CostModel/SystemZ/int-arith.ll
M llvm/test/Analysis/CostModel/SystemZ/intrinsics.ll
M llvm/test/Analysis/CostModel/SystemZ/load_store.ll
A llvm/test/Analysis/CostModel/SystemZ/logic-i128.ll
M llvm/test/Analysis/CostModel/SystemZ/logical.ll
Log Message:
-----------
[SystemZ] i128 cost model (#78528)
Update SystemZTTI to reflect the recent change of handling i128 as a
legal type in vector registers.
More information about the All-commits
mailing list