diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-12 06:03:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-12 06:03:06 +0000 |
commit | 077f1a82923fee977569df5f2bd4ba914e6ee22e (patch) | |
tree | eff177fb8cb93cfc9ae40ea5ef837d9ac60fed1e /tools/gccld/gccld.cpp | |
parent | 6a8c46cde3bb3a982a8a928ebae8d21d0aba32a1 (diff) |
Though the previous xform applies to literally dozens (hundreds?) of variables
in SPEC, the subsequent optimziations that we are after don't play with
with FP values, so disable this xform for them. Really we just don't want
stuff like:
double G; (always 0 or 412312.312)
= G;
turning into:
bool G_b;
= G_b ? 412312.312 : 0;
We'd rather just do the load.
-Chris
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccld/gccld.cpp')
0 files changed, 0 insertions, 0 deletions