[PATCH] D72975: [PatternMatch] Add m_APInt/m_APFloat matchers accepting undef

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 06:08:25 PST 2020


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM - @lebedev.ri may have some notes about existing code where we can use 'allow' or 'forbid' flavors explicitly. (There were earlier experiments with allowing undefs wholesale in these matchers.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72975/new/

https://reviews.llvm.org/D72975





More information about the llvm-commits mailing list