search for: r317488

Displaying 9 results from an estimated 9 matches for "r317488".

2018 Feb 09
9
[RFC] Should we bump the bitcode version in LLVM 6.0?
Hi, TL;DR r317488 changed the way fast math flags are laid out in the bitcode and anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a llvm-6.0 bitcode will potentially generate incorrect code w.r.t. fast math expectations. S...
2018 Feb 09
1
[RFC] Should we bump the bitcode version in LLVM 6.0?
...sting code should be changed to query specific flags instead... > > - Matthias > >> On Feb 8, 2018, at 5:34 PM, Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi, >> >> TL;DR >> r317488 changed the way fast math flags are laid out in the bitcode and anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a llvm-6.0 bitcode will potentially generate incorrect code w.r.t. fast math expectations. &g...
2018 Feb 09
0
[RFC] Should we bump the bitcode version in LLVM 6.0?
...he use of `isFast()`. There should be warnings against using isFast() and the existing code should be changed to query specific flags instead... - Matthias > On Feb 8, 2018, at 5:34 PM, Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > TL;DR > r317488 changed the way fast math flags are laid out in the bitcode and anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a llvm-6.0 bitcode will potentially generate incorrect code w.r.t. fast math expectations. &g...
2018 Feb 13
0
[RFC] Should we bump the bitcode version in LLVM 6.0?
2018-02-08 17:34 GMT-08:00 Quentin Colombet via llvm-dev < llvm-dev at lists.llvm.org>: > Hi, > > TL;DR > r317488 changed the way fast math flags are laid out in the bitcode and > anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the > optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a > llvm-6.0 bitcode will potentially generate incorrect code w.r.t. fast math &...
2018 Feb 13
2
[RFC] Should we bump the bitcode version in LLVM 6.0?
Hi Mehdi, > On Feb 13, 2018, at 12:34 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: > > > > 2018-02-08 17:34 GMT-08:00 Quentin Colombet via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>: > Hi, > > TL;DR > r317488 changed the way fast math flags are laid out in the bitcode and anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a llvm-6.0 bitcode will potentially generate incorrect code w.r.t. fast math expectations. &g...
2018 Feb 16
2
[RFC] Should we bump the bitcode version in LLVM 6.0?
...>> On Feb 13, 2018, at 12:34 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: >> >> >> >> 2018-02-08 17:34 GMT-08:00 Quentin Colombet via llvm-dev < >> llvm-dev at lists.llvm.org>: >> >>> Hi, >>> >>> TL;DR >>> r317488 changed the way fast math flags are laid out in the bitcode and >>> anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the >>> optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a >>> llvm-6.0 bitcode will potentially generate incorrect...
2018 Feb 09
0
[RFC] Should we bump the bitcode version in LLVM 6.0?
Does the language reference need to be updated? http://llvm.org/docs/LangRef.html#fast-math-flags It still mentions "fast" On Thu, Feb 8, 2018 at 8:34 PM, Quentin Colombet via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > TL;DR > r317488 changed the way fast math flags are laid out in the bitcode and > anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the > optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a > llvm-6.0 bitcode will potentially generate incorrect code w.r.t. fast math &...
2018 Feb 14
0
[RFC] Should we bump the bitcode version in LLVM 6.0?
...at apple.com>: > Hi Mehdi, > > > On Feb 13, 2018, at 12:34 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: > > > > 2018-02-08 17:34 GMT-08:00 Quentin Colombet via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Hi, >> >> TL;DR >> r317488 changed the way fast math flags are laid out in the bitcode and >> anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the >> optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a >> llvm-6.0 bitcode will potentially generate incorrect code w.r.t....
2018 Feb 16
0
[RFC] Should we bump the bitcode version in LLVM 6.0?
...Mehdi AMINI <joker.eph at gmail.com> wrote: >>> >>> >>> >>> 2018-02-08 17:34 GMT-08:00 Quentin Colombet via llvm-dev < >>> llvm-dev at lists.llvm.org>: >>> >>>> Hi, >>>> >>>> TL;DR >>>> r317488 changed the way fast math flags are laid out in the bitcode and >>>> anyone compiling a pre-llvm-6.0 bitcode with llvm-6.0 will lose all the >>>> optimizations guarded by isFast and a pre-llvm-6.0 compiler compiling a >>>> llvm-6.0 bitcode will potentially genera...