[PATCH] D147731: [3/11][POC][Clang][RISCV] Add typedef of the tuple type and define tuple type variant of vlseg2e32

Mikael Holmén via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 22 03:31:03 PDT 2023


uabelho added inline comments.


================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:384
   Policy PolicyAttrs;
+  bool IsTuple = false;
 
----------------
```
/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


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