[PATCH] D105926: [PowerPC] Extra test case for LDARX
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 13 19:27:02 PDT 2021
nemanjai added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-check-ldarx-opt.ll:149
+
+attributes #0 = { noinline nounwind optnone uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="ppc64le" "target-features"="+altivec,+bpermd,+crypto,+direct-move,+extdiv,+htm,+isa-v207-instructions,+power8-vector,+vsx,-isa-v30-instructions,-power9-vector,-privileged,-rop-protect,-spe" }
+attributes #1 = { nounwind writeonly }
----------------
Get rid of all the metadata please.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105926/new/
https://reviews.llvm.org/D105926
More information about the cfe-commits
mailing list