mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 20:20:03 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3e7be25be
commit
d732a2915b
@ -134,4 +134,14 @@ This would fix two problems:
|
||||
2. Identical operations in different types are not getting CSE'd (e.g.
|
||||
{ 0U, 0U, 0U, 0U } and {0.0, 0.0, 0.0, 0.0}.
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Two identical comparisons in predicate and nonpredicate form like this:
|
||||
|
||||
a = vec_cmpb(x, y);
|
||||
b = vec_any_out(x, y);
|
||||
|
||||
Should turn into one "." compare instruction, not a dot and "nondot" form.
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user