Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
ctetreau added a parent revision: D80261: [SVE] Eliminate calls to default-false VectorType::get() from IR.May 20 2020, 4:33 PM
ctetreau added a parent revision: D80313: [SVE] Eliminate calls to default-false VectorType::get() from CodeGen.
ctetreau added a parent revision: D80323: [SVE] Eliminate calls to default-false VectorType::get() from Clang.
ctetreau added a parent revision: D80328: [SVE] Eliminate calls to default-false VectorType::get() from AMDGPU.
ctetreau added a parent revision: D80329: [SVE] Eliminate calls to default-false VectorType::get() from SystemZ.
ctetreau added a parent revision: D80326: [SVE] Eliminate calls to default-false VectorType::get() from Linker.May 20 2020, 4:36 PM
ctetreau added a parent revision: D80331: [SVE] Eliminate calls to default-false VectorType::get() from X86.
ctetreau added a parent revision: D80332: [SVE] Eliminate calls to default-false VectorType::get() from AggressiveInstCombine.
ctetreau added a parent revision: D80327: [SVE] Eliminate calls to default-false VectorType::get() from AArch64.
ctetreau added a parent revision: D80334: [SVE] Eliminate calls to default-false VectorType::get() from InstCombine.
ctetreau added a parent revision: D80335: [SVE] Eliminate calls to default-false VectorType::get() from Instrumentation.
ctetreau added a parent revision: D80336: [SVE] Eliminate calls to default-false VectorType::get() from Scalar.
ctetreau added a parent revision: D80324: [SVE] Eliminate calls to default-false VectorType::get() from Analysis.
ctetreau added a parent revision: D80325: [SVE] Eliminate calls to default-false VectorType::get() from FuzzMutate.
ctetreau added a parent revision: D80337: [SVE] Eliminate calls to default-false VectorType::get() from Utils.
ctetreau added a parent revision: D80339: [SVE] Eliminate calls to default-false VectorType::get() from Vectorize.
ctetreau added a parent revision: D80340: [SVE] Eliminate calls to default-false VectorType::get() from mlir.
ctetreau added a parent revision: D80341: [SVE] Eliminate calls to default-false VectorType::get() from polly.
This revision is now accepted and ready to land.May 21 2020, 9:28 AM
Comment Actions
Per recent discussions about the pace of this effort, I'll be adding a deprecated overload rather than just deleting the parameter.
ctetreau added a parent revision: D81201: [SVE] Eliminate calls to default-false VectorType::get() from llvm-stress.Jun 4 2020, 4:37 PM
This revision is now accepted and ready to land.Jun 8 2020, 12:59 PM
ctetreau retitled this revision from [SVE] Remove default false from VectorType::get(Type *, unsigned, bool) to [SVE] Deprecate default false variant of VectorType::get.Jun 8 2020, 1:02 PM
ctetreau removed parent revisions: D81201: [SVE] Eliminate calls to default-false VectorType::get() from llvm-stress, D80341: [SVE] Eliminate calls to default-false VectorType::get() from polly, D80340: [SVE] Eliminate calls to default-false VectorType::get() from mlir, D80339: [SVE] Eliminate calls to default-false VectorType::get() from Vectorize, D80337: [SVE] Eliminate calls to default-false VectorType::get() from Utils, D80325: [SVE] Eliminate calls to default-false VectorType::get() from FuzzMutate, D80324: [SVE] Eliminate calls to default-false VectorType::get() from Analysis, D80336: [SVE] Eliminate calls to default-false VectorType::get() from Scalar, D80335: [SVE] Eliminate calls to default-false VectorType::get() from Instrumentation, D80334: [SVE] Eliminate calls to default-false VectorType::get() from InstCombine, D80327: [SVE] Eliminate calls to default-false VectorType::get() from AArch64, D80332: [SVE] Eliminate calls to default-false VectorType::get() from AggressiveInstCombine, D80331: [SVE] Eliminate calls to default-false VectorType::get() from X86, D80326: [SVE] Eliminate calls to default-false VectorType::get() from Linker, D80329: [SVE] Eliminate calls to default-false VectorType::get() from SystemZ, D80328: [SVE] Eliminate calls to default-false VectorType::get() from AMDGPU, D80323: [SVE] Eliminate calls to default-false VectorType::get() from Clang, D80313: [SVE] Eliminate calls to default-false VectorType::get() from CodeGen, D80261: [SVE] Eliminate calls to default-false VectorType::get() from IR.Jun 9 2020, 2:13 PM
ctetreau removed parent revisions: D81518: [SVE] Eliminate calls to default-false VectorType::get() from AArch64, D81521: [SVE] Eliminate calls to default-false VectorType::get() from Vectorize, D81520: [SVE] Eliminate calls to default-false VectorType::get() from X86, D81495: [SVE] Remove invalid calls to VectorType::getNumElements from BasicTTIImpl.Jun 16 2020, 2:17 PM
Closed by commit rGeb81c85afdcd: [SVE] Deprecate default false variant of VectorType::get (authored by ctetreau). · Explain WhyJun 16 2020, 3:24 PM
This revision was automatically updated to reflect the committed changes.