[all-commits] [llvm/llvm-project] 1e96d7: PeepholeOpt: Remove check for subreg index on a de...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 22 05:34:22 PST 2025
Branch: refs/heads/users/arsenm/peephole-opt-remove-check-for-subreg-defs
Home: https://github.com/llvm/llvm-project
Commit: 1e96d7ed8b5d108ff50a7f35d725638db23f64a2
https://github.com/llvm/llvm-project/commit/1e96d7ed8b5d108ff50a7f35d725638db23f64a2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-01-22 (Wed, 22 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