[PATCH] D79779: [CodeGen] Make CreateStackTemporary work for scalable vectors

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 02:07:13 PDT 2020


david-arm abandoned this revision.
david-arm added a comment.

This patch will be split into two patches in this submission order:

1. A patch to fix the alignment and fix up all of the tests, which will take time since at least some of the tests were using the alignment as a convenient way to defend bug fixes for instruction selection, etc.
2. A patch to add scalable vector support for CreateStackTemporary.

I've decided to abandon this revision for now and will create new ones later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79779





More information about the llvm-commits mailing list