[PATCH] D14877: Fix ICE on lowering of constexpr vector splats

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 6 20:03:12 PST 2016


george.burgess.iv updated this revision to Diff 44187.
george.burgess.iv marked an inline comment as done.
george.burgess.iv added a comment.

Addressed all feedback, and added tests for `bool` -> `[n x i128]` case.


http://reviews.llvm.org/D14877

Files:
  include/clang/AST/ASTContext.h
  include/clang/AST/OperationKinds.h
  include/clang/Sema/Sema.h
  lib/AST/Expr.cpp
  lib/AST/ExprConstant.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGExprAgg.cpp
  lib/CodeGen/CGExprComplex.cpp
  lib/CodeGen/CGExprConstant.cpp
  lib/CodeGen/CGExprScalar.cpp
  lib/Edit/RewriteObjCFoundationAPI.cpp
  lib/Sema/SemaCast.cpp
  lib/Sema/SemaChecking.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprCXX.cpp
  lib/Sema/SemaOverload.cpp
  lib/StaticAnalyzer/Core/ExprEngineC.cpp
  test/CodeGenCXX/builtins-systemz-zvector.cpp
  test/CodeGenCXX/vector-splat-conversion.cpp
  test/CodeGenOpenCL/bool_cast.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14877.44187.patch
Type: text/x-patch
Size: 20666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160107/6a0192fb/attachment-0001.bin>


More information about the cfe-commits mailing list