[PATCH] D70669: [AArch64TTI] Do not return TCC_Free for all unknown intrinsics.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 12:09:35 PST 2019


fhahn updated this revision to Diff 230955.
fhahn added a comment.

Update the test to return the materialization cost for AArch64 intrinsics, not all intrinsics not explicitly matched, as intrinsics like lifetime markers or debug instructions should be free.

I am not sure what the best way is to match all AArch64 intrinsics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70669

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/test/Transforms/ConstantHoisting/AArch64/const-hoist-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70669.230955.patch
Type: text/x-patch
Size: 7450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/379790d2/attachment.bin>


More information about the llvm-commits mailing list