[all-commits] [llvm/llvm-project] 594655: [RISCV] Remove duplicate addRequired in RISCVDeadR...
Jim Lin via All-commits
all-commits at lists.llvm.org
Wed Jul 8 22:27:58 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 594655d1a76fea809fd11099da97a74360f56f59
https://github.com/llvm/llvm-project/commit/594655d1a76fea809fd11099da97a74360f56f59
Author: Jim Lin <jim at andestech.com>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVDeadRegisterDefinitions.cpp
Log Message:
-----------
[RISCV] Remove duplicate addRequired in RISCVDeadRegisterDefinitions (#208366)
getAnalysisUsage called AU.addRequired<LiveIntervalsWrapperPass>() twice.
Drop the redundant second call.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
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