[PATCH] D105236: [PowerPC] Implament Load and Reserve and Store Conditional Builtins
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 14:24:23 PDT 2021
nemanjai accepted this revision.
nemanjai added a comment.
LGTM aside from a small nit.
================
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
----------------
amyk wrote:
> nit: Add `-ppc-asm-full-reg-names`.
+1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105236/new/
https://reviews.llvm.org/D105236
More information about the llvm-commits
mailing list