[all-commits] [llvm/llvm-project] 47ce75: [Hexagon] Use TargetInstrInfo::RegSubRegPair (#138...
Sudharsan Veeravalli via All-commits
all-commits at lists.llvm.org
Mon May 12 00:38:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47ce75e1a66e3ec457a8168c66fc111ecfff4049
https://github.com/llvm/llvm-project/commit/47ce75e1a66e3ec457a8168c66fc111ecfff4049
Author: Sudharsan Veeravalli <quic_svs at quicinc.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp
M llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
Log Message:
-----------
[Hexagon] Use TargetInstrInfo::RegSubRegPair (#138637)
Use the RegSubRegPair struct defined in TargetInstrInfo instead of the
custom definitions in HexagonGenPredicates and
HexagonConstantPropogation.
This patch addresses the FIXME's that were there in these passes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list