[PATCH] D128926: [AArch64] NFC: Move safe predicate casting to a separate function.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 02:28:39 PDT 2022
sdesmalen updated this revision to Diff 441647.
sdesmalen marked 6 inline comments as done.
sdesmalen added a comment.
Addressed review comments.
- Renamed getSVESafePredicateCast -> getSVEPredicateCast
- Use EVT::bitsGT instead of ElementCount::isKnownGT
- Replaced TLI.isTypeLegal with isTypeLegal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128926/new/
https://reviews.llvm.org/D128926
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128926.441647.patch
Type: text/x-patch
Size: 7230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220701/b8108feb/attachment.bin>
More information about the llvm-commits
mailing list