[all-commits] [llvm/llvm-project] 02a7cd: BPF: Remove unnecessary isReg check on phi operand...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 8 09:18:03 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02a7cd5177af78e5c8342bec3f30125113071556
https://github.com/llvm/llvm-project/commit/02a7cd5177af78e5c8342bec3f30125113071556
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M llvm/lib/Target/BPF/BPFMIPeephole.cpp
Log Message:
-----------
BPF: Remove unnecessary isReg check on phi operand (#208243)
These must be a register. This pass has quite a lot of
defensive code against invalid MIR that should be deleted.
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