[PATCH] D147731: [3/11][POC][Clang][RISCV] Add typedef of the tuple type and define tuple type variant of vlseg2e32
Yueh-Ting (eop) Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 22 03:41:51 PDT 2023
eopXD marked an inline comment as done.
eopXD added inline comments.
================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:384
Policy PolicyAttrs;
+ bool IsTuple = false;
----------------
uabelho wrote:
> ```
> /home/buildbots/docker-RHEL84-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/include/clang/Support/RISCVVIntrinsicUtils.h:384:8: error: private field 'IsTuple' is not used [-Werror,-Wunused-private-field]
> bool IsTuple = false;
> ^
> 1 error generated.
> ```
> Seen e.g. here:
> https://lab.llvm.org/buildbot/#/builders/57/builds/26989/steps/5/logs/stdio
Thank you for the report. Resolved this in commit 38140255113297fe3e7926d311cd45004928779e.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147731/new/
https://reviews.llvm.org/D147731
More information about the cfe-commits
mailing list