[PATCH] D134561: AtomicExpand: Support cmpxchg expansion for small FP types

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 07:15:50 PDT 2022


jyknight added a comment.

In D134561#3815120 <https://reviews.llvm.org/D134561#3815120>, @jyknight wrote:

> Can you add a simple test to llvm/test/Transforms/AtomicExpand/SPARC/partword.ll for fadd, since that's where the other "generic" tests of this code live.

(Actually I'm not sure if 'half' can be codegened at all on that target...so maybe that's not possible. But if it is it would be nice.)


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

https://reviews.llvm.org/D134561



More information about the llvm-commits mailing list