[PATCH] D124834: [fastregalloc] Fix bug when undef value is tied to def.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 02:36:56 PDT 2022
LuoYuanke created this revision.
Herald added subscribers: pengfei, hiraditya, qcolombet, MatzeB.
Herald added a project: All.
LuoYuanke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
If the tied use is undef value, fastregalloc should free the def
register. There is no reload needed for the undef value.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124834
Files:
llvm/lib/CodeGen/RegAllocFast.cpp
llvm/test/CodeGen/X86/fastregalloc-tied-undef.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124834.426619.patch
Type: text/x-patch
Size: 4824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220503/a9cc4e5a/attachment.bin>
More information about the llvm-commits
mailing list