[PATCH] D71341: [VE,#4] Target vector intrinsics

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 04:30:32 PST 2019


simoll added a comment.

In D71341#1779419 <https://reviews.llvm.org/D71341#1779419>, @nhaehnle wrote:

> As a general rule, I think it would be preferable for patches such as this one to be split up further, especially when they touch common code. For example, why does a patch by the name "Target  vector intrinsics" contain a change to SjLjEHPrepare?


This patch is not intended to be committed as-is but gives an overview of the required changes. It's the a patch of a series for the VE backend <https://reviews.llvm.org/D69103#1779361> and includes all the earlier patches.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71341





More information about the llvm-commits mailing list