projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a1eb6
)
This FIXME was fixed some time ago. =]
author
Chandler Carruth
<chandlerc@gmail.com>
Thu, 18 Oct 2012 09:56:06 +0000
(09:56 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Thu, 18 Oct 2012 09:56:06 +0000
(09:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166175
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/SROA.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/SROA.cpp
b/lib/Transforms/Scalar/SROA.cpp
index f3501cd7d5612ffe73357f6981b3f8c54f813c0c..929f1b5c07a8897880ff70bb3a0d8867552712b3 100644
(file)
--- a/
lib/Transforms/Scalar/SROA.cpp
+++ b/
lib/Transforms/Scalar/SROA.cpp
@@
-132,9
+132,6
@@
public:
///
/// We flag partitions as splittable when they are formed entirely due to
/// accesses by trivially splittable operations such as memset and memcpy.
- ///
- /// FIXME: At some point we should consider loads and stores of FCAs to be
- /// splittable and eagerly split them into scalar values.
bool IsSplittable;
/// \brief Test whether a partition has been marked as dead.