This revision was automatically updated to reflect the committed changes.
Closed by commit rGfd842d362662: [CodeGen][NFC] Fix test/CodeGen/pr45476.cpp to
specify target triple. (authored by huihuiz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D7991
huihuiz created this revision.
huihuiz added reviewers: efriedma, ekatz, rjmccall, rsmith, luismarques.
huihuiz added a project: LLVM.
Herald added subscribers: cfe-commits, jfb, kristof.beyls.
Herald added a project: clang.
Use explicit target triple to match more accurately the output for libcal
This revision was automatically updated to reflect the committed changes.
Closed by commit rG118abf201738: [SVE] Update API ConstantVector::getSplat() to
use ElementCount. (authored by huihuiz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74386/new
huihuiz added inline comments.
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:6542
-unsigned End = getTransitionType()->getVectorNumElements();
+auto EC = getTransitionType()->getVectorElementCount();
if (UseSplat)
efriedma wrote:
> Please write o
huihuiz updated this revision to Diff 250001.
huihuiz marked 3 inline comments as done.
huihuiz added a comment.
Addressed review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74386/new/
https://reviews.llvm.org/D74386
Files:
clang/lib
huihuiz updated this revision to Diff 244546.
huihuiz marked 2 inline comments as done.
huihuiz added a comment.
Thanks Eli for the review!
Add test cases to check for size query changes in
ConstantExpr::getGetElementPtr().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
htt
huihuiz created this revision.
huihuiz added reviewers: sdesmalen, efriedma, apazos, spatel, huntergr,
willlovett.
huihuiz added a project: LLVM.
Herald added subscribers: cfe-commits, psnobl, rkruppe, hiraditya, tschuett.
Herald added a project: clang.
Support ConstantInt::get() and Constant::ge