summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option/Option.cpp
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2015-05-04 17:41:22 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2015-05-04 17:41:22 +0000
commit9ac2f9b2d867bc98a081343deed9ec4adeccf064 (patch)
tree7145447f7c5da148b06ac4b285d2eb389c3d0c5d /llvm/lib/Option/Option.cpp
parent1f698b003c19212f76a9707920b4d897cf8dba32 (diff)
downloadbcm5719-llvm-9ac2f9b2d867bc98a081343deed9ec4adeccf064.tar.gz
bcm5719-llvm-9ac2f9b2d867bc98a081343deed9ec4adeccf064.zip
[SystemZ] Reclassify f32 subregs of f64 registers
At the moment, all subregs defined by the SystemZ target can be modified independently of the wider register. E.g. writing to a GR32 does not change the upper 32 bits of the GR64. Writing to an FP32 does not change the lower 32 bits of the FP64. Hoewver, the upcoming support for the vector extension redefines FP64 as one half of a V128. Floating-point operations leave the other half of a V128 in an unpredictable state, so it's no longer the case that writing to an FP32 leaves the bits of the underlying register (the V128) alone. I'd prefer to have separate subreg_ names for this situation, so that it's obvious at a glance whether we're talking about a subreg that leaves the other parts of the register alone. No behavioral change intended. Patch originally by Richard Sandiford. llvm-svn: 236433
Diffstat (limited to 'llvm/lib/Option/Option.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud