Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
7dba5713
Commit
7dba5713
authored
Feb 18, 2014
by
Matthias Braun
Browse files
carefull -> careful
parent
89daf9fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/TODO
View file @
7dba5713
...
...
@@ -16,7 +16,7 @@ Correctness:
Improve Quality:
- Immediate32 matching could be better and match SymConst, Add(SymConst, Const)
combinations where possible. Be careful
l
with PIC code this may usually not
combinations where possible. Be careful with PIC code this may usually not
be legal!
- Match Immediate + Address mode for Cmp
- Support swapping of cmp arguments (see ins_permuted in ia32 backend)
...
...
scripts/ir_spec.py
View file @
7dba5713
...
...
@@ -855,7 +855,7 @@ class Unknown:
"""Returns an unknown (at compile- and runtime) value. It is a valid
optimization to replace an Unknown by any other constant value.
Be careful
l
when optimising Unknown values, you cannot simply replace
Be careful when optimising Unknown values, you cannot simply replace
Unknown+x or Unknown<x with a new Unknown node if there are multiple
users of the original unknown node!"""
knownBlock
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment