[PATCH] D124091: [clang][AArch64][SVE] Implement conditional operator for SVE vectors

David Truby via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 09:34:04 PDT 2022


DavidTruby updated this revision to Diff 425541.
DavidTruby added a comment.

Fix crash where condition and splatted result don't have the same width


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124091

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/CodeGen/CGExprScalar.cpp
  clang/lib/Sema/SemaExprCXX.cpp
  clang/test/CodeGenCXX/aarch64-sve-vector-conditional-op.cpp
  clang/test/SemaCXX/aarch64-sve-vector-conditional-op.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124091.425541.patch
Type: text/x-patch
Size: 21551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220427/35688500/attachment-0001.bin>


More information about the cfe-commits mailing list