OSDN Git Service

[x86] Switch to a formulation of a for loop that is much more obviously
authorChandler Carruth <chandlerc@gmail.com>
Wed, 6 Aug 2014 10:16:33 +0000 (10:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 6 Aug 2014 10:16:33 +0000 (10:16 +0000)
commit346b68772b99011568cb82beb27bbc548a99d0ad
tree281b187854fff28c741d03a041821f2619803ae7
parent2b9b50379be172913d238212ee342dd3c8068371
[x86] Switch to a formulation of a for loop that is much more obviously
not corrupting the mask by mutating it more times than intended. No
functionality changed (the results were non-overlapping so the old
version "worked" but was non-obvious).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214953 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp