[all-commits] [llvm/llvm-project] af9e4d: PeepholeOpt: Remove check for subreg index on a de...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 22 18:04:30 PST 2025
Branch: refs/heads/users/arsenm/peephole-opt-remove-check-for-subreg-defs
Home: https://github.com/llvm/llvm-project
Commit: af9e4de57e81dbdc78c5208d97a3f1eef67b206c
https://github.com/llvm/llvm-project/commit/af9e4de57e81dbdc78c5208d97a3f1eef67b206c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-01-23 (Thu, 23 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/PeepholeOptimizer.cpp
Log Message:
-----------
PeepholeOpt: Remove check for subreg index on a def operand
This is looking at operand 0 of a REG_SEQUENCE, which can never
have a subregister index.
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