[PATCH] D82746: [CodeGen] Fix warning in getNode for EXTRACT_SUBVECTOR

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 00:30:10 PDT 2020


david-arm added a comment.

Hi @efriedma, sorry yes I forgot to mention in the ticket it fixes an existing warnings in these tests:

clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2.c
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2.c

when compiling them to assembly instead of LLVM IR. In the case of acle_sve_st2.c my patch actually kills off the last remaining warning so I can add a no-warnings check line.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82746/new/

https://reviews.llvm.org/D82746





More information about the llvm-commits mailing list