[PATCH] D39304: [IR] redefine 'reassoc' fast-math-flag and add 'trans' fast-math-flag
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 16:56:13 PST 2018
qcolombet added a comment.
> I think we have to create a new version of the IR since the bits changed meaning (we can't just flip 'on' new bits).
Yeah, exactly.
> I have no objection to that, but that use case wasn't important to me, so that's why I didn't bother in this patch. AFAIK, this is new for v6.0, so yes, it's still possible to do this before that window closes.
That would be ideal, but on the other hand, like you said, the new code won't be wrong.
I don't know what it takes to bump the bitcode version nor what are the implications, so maybe that's the right call, but let us have this conversation on LLVM dev.
Let me start a thread on that.
Repository:
rL LLVM
https://reviews.llvm.org/D39304
More information about the llvm-commits
mailing list