[llvm] [NFC][LLVM][SVE][ISel] Remove redundant type information from Pat targets. (PR #85409)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 10:34:39 PDT 2024


aemerson wrote:

Is there a reason why these need to be removed? When we eventually bring up GlobalISel for SVE, we may want these additional type information for the importer. We see cases today of some NEON patterns being importable once the types are specified.

I'm not blocking this since it's not even certain that these patterns will be problematic for the importer.

https://github.com/llvm/llvm-project/pull/85409


More information about the llvm-commits mailing list