diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-10-02 23:28:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-02 23:28:38 +0900 |
commit | 11b0cf8fbeaf8b2384f3ab4d7f6fe97bc7d3db63 (patch) | |
tree | d2dbf4c571588fc555c69d483e07fe0874426d2b /llvm/lib/Support/APFloat.cpp | |
parent | f98735f1264c9214a2efa2b05d48871e44cfd245 (diff) | |
download | llvm-11b0cf8fbeaf8b2384f3ab4d7f6fe97bc7d3db63.zip llvm-11b0cf8fbeaf8b2384f3ab4d7f6fe97bc7d3db63.tar.gz llvm-11b0cf8fbeaf8b2384f3ab4d7f6fe97bc7d3db63.tar.bz2 |
Greedy: Take hints from copy to physical subreg (#160467)
Previously this took hints from subregister extract of physreg,
like %vreg.sub = COPY $physreg
This now also handles the rarer case:
$physreg_sub = COPY %vreg
Also make an accidental bug here before explicit; this was
only using the superregister as a hint if it was already
in the copy, and not if using the existing assignment. There are
a handful of regressions in that case, so leave that extension
for a future change.
Diffstat (limited to 'llvm/lib/Support/APFloat.cpp')
0 files changed, 0 insertions, 0 deletions