diff options
author | Andrew Trick <atrick@apple.com> | 2013-07-14 03:10:08 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-07-14 03:10:08 +0000 |
commit | 6f71dd765ae9e1d1d0ba01d98a05627ffe3bfc8a (patch) | |
tree | 85d13bfb14c47eb67d42a99a225d1ec60c927af6 /lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | 409443b1c6415e55c2bd4f0662e14cbc52d16686 (diff) | |
download | external_llvm-6f71dd765ae9e1d1d0ba01d98a05627ffe3bfc8a.zip external_llvm-6f71dd765ae9e1d1d0ba01d98a05627ffe3bfc8a.tar.gz external_llvm-6f71dd765ae9e1d1d0ba01d98a05627ffe3bfc8a.tar.bz2 |
Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.
The great thing about the SCEVAddRec No-Wrap flag (unlike nsw/nuw) is
that is can be preserved while normalizing (reassociating and
factoring).
The bad thing is that is can't be tranfered back to IR, which is one
of the reasons I don't like the concept of SCEVExpander.
Sorry, I can't think of a direct way to test this, which is why these
were FIXMEs for so long. I just think it's a good time to finally
clean it up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions