[PATCH] D78248: [RegisterCoalescer] Extend a subrange if needed when filling range gap
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 17:07:03 PDT 2020
kparzysz marked an inline comment as done.
kparzysz added inline comments.
================
Comment at: llvm/test/CodeGen/Hexagon/regalloc-coal-extend-short-subrange.mir:17
+body: |
+ bb.0:
+ successors: %bb.2(0x80000000)
----------------
arsenm wrote:
> Can you reduce this further?
Not by much if at all. This is what I got from a bugpoint testcase that was reduced pretty much as far as it would go.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78248/new/
https://reviews.llvm.org/D78248
More information about the llvm-commits
mailing list