mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[X86] Add a comment about the change in r234075.
llvm-svn: 234079
This commit is contained in:
parent
97beb00b59
commit
4b79b11952
@ -1232,6 +1232,8 @@ def : Pat<(store (add (loadi64 addr:$dst), 0x00000000800000000), addr:$dst),
|
||||
// with implicit zero-extension instead of a 64-bit and if the immediate has at
|
||||
// least 32 bits of leading zeros. If in addition the last 32 bits can be
|
||||
// represented with a sign extension of a 8 bit constant, use that.
|
||||
// This can also reduce instruction size by eliminating the need for the REX
|
||||
// prefix.
|
||||
|
||||
let AddedComplexity = 1 in // Give priority over i64immSExt8.
|
||||
def : Pat<(and GR64:$src, i64immZExt32SExt8:$imm),
|
||||
|
Loading…
Reference in New Issue
Block a user