aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/APFloat.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2025-10-02 23:28:38 +0900
committerGitHub <noreply@github.com>2025-10-02 23:28:38 +0900
commit11b0cf8fbeaf8b2384f3ab4d7f6fe97bc7d3db63 (patch)
treed2dbf4c571588fc555c69d483e07fe0874426d2b /llvm/lib/Support/APFloat.cpp
parentf98735f1264c9214a2efa2b05d48871e44cfd245 (diff)
downloadllvm-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