diff options
Diffstat (limited to 'contrib/llvm/lib/Target/X86/README-FPStack.txt')
-rw-r--r-- | contrib/llvm/lib/Target/X86/README-FPStack.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/lib/Target/X86/README-FPStack.txt b/contrib/llvm/lib/Target/X86/README-FPStack.txt index be28e8b..39efd2d 100644 --- a/contrib/llvm/lib/Target/X86/README-FPStack.txt +++ b/contrib/llvm/lib/Target/X86/README-FPStack.txt @@ -27,8 +27,8 @@ def FpIADD32m : FpI<(ops RFP:$dst, RFP:$src1, i32mem:$src2), OneArgFPRW, //===---------------------------------------------------------------------===// -The FP stackifier needs to be global. Also, it should handle simple permutates -to reduce number of shuffle instructions, e.g. turning: +The FP stackifier should handle simple permutates to reduce number of shuffle +instructions, e.g. turning: fld P -> fld Q fld Q fld P |