[PATCH] D65422: [GlobalISel][AArch64] Add naive selection for @llvm.aarch64.ldaxr

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 15:14:41 PDT 2019


paquette added a comment.

I'd prefer to do this by extending the emitter. After D65756 <https://reviews.llvm.org/D65756> lands, we should be able to get the 64-bit load intrinsics this way.

However, we won't be able to get the smaller ones, since their patterns use SUBREG_TO_REG. The emitter doesn't know how to support that yet.


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

https://reviews.llvm.org/D65422





More information about the llvm-commits mailing list