[PATCH] D141406: [AArch64] Codegen for FEAT_LSE128

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 10:06:17 PST 2023


lenary added a comment.

In D141406#4062802 <https://reviews.llvm.org/D141406#4062802>, @tschuett wrote:

> If there are equivalent instructions in LLVM IR, you could touch the IR translator?

Right now, GlobalISel falls back to SelectionDAG for many atomics, including those above (the `-O0` case is the globalisel case, but it has fallen back). I think GlobalISel work for these atomics can come in a later patch, to be honest.


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