[all-commits] [llvm/llvm-project] c53271: [Hexagon] Fix for producer operands search w/z-reg
androm3da via All-commits
all-commits at lists.llvm.org
Tue Dec 28 09:20:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5327137df04ba4754547483d140aec8f8a954a9
https://github.com/llvm/llvm-project/commit/c5327137df04ba4754547483d140aec8f8a954a9
Author: Brian Cain <bcain at quicinc.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
A llvm/test/DebugInfo/Hexagon/zreg-post-inc.s
Log Message:
-----------
[Hexagon] Fix for producer operands search w/z-reg
Z-register does not show up in defs, so checks searching
for the def operand must look for a different def index
than they would normally.
More information about the All-commits
mailing list