mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add a FIXME comment.
llvm-svn: 25635
This commit is contained in:
parent
bf29b90240
commit
37d647c562
@ -1932,6 +1932,7 @@ public:
|
||||
// Don't fold any node which reads or writes a flag and has multiple uses.
|
||||
// FIXME: we really need to separate the concepts of flag and "glue". Those
|
||||
// real flag results, e.g. X86CMP output, can have multiple uses.
|
||||
// FIXME: If the incoming flag is optional. Then it is ok to fold it.
|
||||
if (!EmittedCheck &&
|
||||
(PatternHasProperty(N, SDNodeInfo::SDNPInFlag, ISE) ||
|
||||
PatternHasProperty(N, SDNodeInfo::SDNPOptInFlag, ISE) ||
|
||||
|
Loading…
Reference in New Issue
Block a user