cstfp_pred_ty and cst_pred_ty are structurally identical. Implement it
only once, templated upon the constant type.
Details
Details
- Reviewers
efriedma lebedev.ri fhahn spatel
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83005
[NFC] Combine cstfp_pred_ty and cst_pred_ty ClosedPublic Authored by ctetreau on Jul 1 2020, 3:42 PM.
Details
Summary cstfp_pred_ty and cst_pred_ty are structurally identical. Implement it
Diff Detail
Event Timelinectetreau added a parent revision: D83001: [SVE] Make cstfp_pred_ty and cst_pred_ty work with scalable splats.Jul 1 2020, 3:44 PM ctetreau added a child revision: D81500: [SVE] Remove calls to VectorType::getNumElements from IR.Jul 8 2020, 1:14 PM This revision is now accepted and ready to land.Jul 12 2020, 1:00 PM ctetreau removed a child revision: D81500: [SVE] Remove calls to VectorType::getNumElements from IR.Aug 26 2020, 12:54 PM
Revision Contents
Diff 276532 llvm/include/llvm/IR/Constants.h
llvm/include/llvm/IR/PatternMatch.h
|