[PATCH] D22249: Get rid of bool parameters in SelectionDAG::getLoad, getStore, and friends.

Noel Grandin via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 00:12:28 PDT 2016


grandinj added a subscriber: grandinj.
grandinj added a comment.

Seeing this, you might be interested in the enum/bitset library we use in LibreOffice:

  https://cgit.freedesktop.org/libreoffice/core/tree/include/o3tl/typed_flags_set.hxx

for stuff like this


http://reviews.llvm.org/D22249





More information about the llvm-commits mailing list