[PATCH] D83005: [NFC] Combine cstfp_pred_ty and cst_pred_ty

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 15:42:35 PDT 2020


ctetreau created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

cstfp_pred_ty and cst_pred_ty are structurally identical. Implement it
only once, templated upon the constant type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83005

Files:
  llvm/include/llvm/IR/Constants.h
  llvm/include/llvm/IR/PatternMatch.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83005.274941.patch
Type: text/x-patch
Size: 4717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/ae4cffde/attachment.bin>


More information about the llvm-commits mailing list