[all-commits] [llvm/llvm-project] ddf1fb: [Hexagon] Save results from partial compound
androm3da via All-commits
all-commits at lists.llvm.org
Thu Jan 6 14:09:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddf1fb1f133a0f98d604551e3381b2328bed877f
https://github.com/llvm/llvm-project/commit/ddf1fb1f133a0f98d604551e3381b2328bed877f
Author: Brian Cain <bcain at quicinc.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M lld/test/ELF/hexagon.s
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
A llvm/test/MC/Hexagon/bug_28748.s
Log Message:
-----------
[Hexagon] Save results from partial compound
Previously compounding was all-or-nothing. Now, the
compounding attempts will iterate and yield the most
compounds that still result in a valid packet.
More information about the All-commits
mailing list