[PATCH] D39304: [IR] redefine 'reassoc' fast-math-flag and add 'trans' fast-math-flag

Michael Berg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 15:29:53 PST 2018


mcberg2017 added a comment.

As a vendor llvm for Apple targets has actually run into the incompatibility issue with old fast and current fast, we elected to use version markers in the IR for in house code to tell us that the old fast is relevant in the bit code reader during auto upgrade for IR.


Repository:
  rL LLVM

https://reviews.llvm.org/D39304





More information about the llvm-commits mailing list