[PATCH] D118372: [SVE] Fix TypeSize->uint64_t implicit conversion in visitAlloca()

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 06:06:06 PST 2022


kmclaughlin updated this revision to Diff 403995.
kmclaughlin added a comment.

- Generated the check lines in sve-alloca.ll with update_llc_test_checks.py
- Use TySize.getFixedValue() when TySize is not scalable


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

https://reviews.llvm.org/D118372

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/sve-alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118372.403995.patch
Type: text/x-patch
Size: 8324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/ff8ed838/attachment.bin>


More information about the llvm-commits mailing list