diff options
author | David Green <david.green@arm.com> | 2024-06-14 08:51:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 08:51:56 +0100 |
commit | 706e1975400b3f30bd406b694bb711a7c7dbe1c4 (patch) | |
tree | 6070cc4b97549c0bd2a7cda2c122ea398a828f92 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | d712ae4a21822a51817941e7007e0dd41343cde3 (diff) | |
download | llvm-706e1975400b3f30bd406b694bb711a7c7dbe1c4.zip llvm-706e1975400b3f30bd406b694bb711a7c7dbe1c4.tar.gz llvm-706e1975400b3f30bd406b694bb711a7c7dbe1c4.tar.bz2 |
[CodeGen] Remove target SubRegLiveness flags (#95437)
This removes the uses of target flags to disable subreg liveness,
relying on the `-enable-subreg-liveness` flag instead. The
`-enable-subreg-liveness` flag has been changed to take precedence over
the subtarget if set, and one use of `Subtarget->enableSubRegLiveness()`
has been changed to `MRI->subRegLivenessEnabled()` to make sure the
option properly applies.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions