[PATCH] D105236: [PowerPC] Implament Load and Reserve and Store Conditional Builtins

Albion Fung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 5 15:21:19 PDT 2021


Conanap marked 3 inline comments as done.
Conanap added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-LoadReserve-StoreCond-64bit-only.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN:   -mcpu=pwr8 < %s | FileCheck %s --check-prefix=CHECK
----------------
nemanjai wrote:
> amyk wrote:
> > nit: Add `-ppc-asm-full-reg-names`.
> +1
The AIX assembler cannot understand register prefixes, so I'll leave the test cases as is. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105236



More information about the cfe-commits mailing list