This is an archive of the discontinued LLVM Phabricator instance.

[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
only once, templated upon the constant type.

Diff Detail