[PATCH] D43348: Make FastMathFlags bitcode serialization to match LLVM 5.0 layout

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 13:00:32 PST 2018


mehdi_amini added a comment.

@tstellar YES.

> 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?

Sure, do you mind taking this over? I won't have time to finalize this before Sunday.


https://reviews.llvm.org/D43348





More information about the llvm-commits mailing list