diff options
author | Lang Hames <lhames@gmail.com> | 2012-03-06 00:19:55 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-03-06 00:19:55 +0000 |
commit | 718cfbe05af42c55bb26f2feb03d84ddb9bf1cda (patch) | |
tree | 779b95f7299ec1683a9582ee991782445e559bfe /lldb/scripts/Python/python-wrapper.swig | |
parent | b5e420f7072c937fb76b8e292a94eae454910e14 (diff) | |
download | llvm-718cfbe05af42c55bb26f2feb03d84ddb9bf1cda.zip llvm-718cfbe05af42c55bb26f2feb03d84ddb9bf1cda.tar.gz llvm-718cfbe05af42c55bb26f2feb03d84ddb9bf1cda.tar.bz2 |
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
The fpscr register contains both flags (set by FP operations/comparisons) and
control bits. The control bits (FPSCR) should be reserved, since they're always
available and needn't be defined before use. The flag bits (FPSCR_NZCV) should
like to be unreserved so they can be hoisted by MachineCSE. This fixes PR12165.
llvm-svn: 152076
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
0 files changed, 0 insertions, 0 deletions