[PATCH] D110273: [PowerPC] Fix lharx and lbarx builtin signatures
Victor Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 24 09:01:35 PDT 2021
NeHuang added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-LoadReseve-StoreCond.c:27
char test_lbarx(volatile unsigned char *a) {
// CHECK-LABEL: @test_lbarx
----------------
Do you also need to update the input argument type here as well to match the changes in `BuiltinsPPC.def`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110273/new/
https://reviews.llvm.org/D110273
More information about the llvm-commits
mailing list