[PATCH] D141406: [AArch64] Codegen for FEAT_LSE128

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 13:25:10 PST 2023


efriedma added a comment.

> No, FEAT_LSE128 only implies FEAT_LSE, not FEAT_LSE2.

In that case, can you add a few tests to show what happens on targets that have both lse2 and lse128?  I assume lse2 "wins", but it would be nice to make that explicit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141406



More information about the llvm-commits mailing list