[PATCH] D102515: [CostModel] Return an invalid cost for memory ops with unsupported types

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 06:53:18 PDT 2021


kmclaughlin updated this revision to Diff 345863.
kmclaughlin marked 2 inline comments as done.
kmclaughlin added a comment.

- Changed one of the tests in sve-illegal-types.ll to use `<vscale x 1 x i128>`
- Ran clang-format


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102515/new/

https://reviews.llvm.org/D102515

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/Analysis/CostModel/AArch64/sve-illegal-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102515.345863.patch
Type: text/x-patch
Size: 10118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210517/e5eb3b70/attachment.bin>


More information about the llvm-commits mailing list