[PATCH] D43348: Make FastMathFlags bitcode serialization to match LLVM 5.0 layout
Michael Berg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 12:41:41 PST 2018
mcberg2017 added a comment.
Ok, that could work, however, we would need to change the name of FastMathFlags in bitc to something like FastMathMap so that nobody tries to make any assumptions that it replaces or is a representation of FastMathFlags which is bit map layed out in Value. Agree?
https://reviews.llvm.org/D43348
More information about the llvm-commits
mailing list