[all-commits] [llvm/llvm-project] d8e6b3: PeepholeOpt: Remove unnecessary check for null Tar...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 22 17:45:27 PST 2025
Branch: refs/heads/users/arsenm/peephole-opt-do-not-check-null-tii
Home: https://github.com/llvm/llvm-project
Commit: d8e6b3b09c1076441c698c2e23ce0ebd60b6db94
https://github.com/llvm/llvm-project/commit/d8e6b3b09c1076441c698c2e23ce0ebd60b6db94
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 unnecessary check for null TargetInstrInfo
This can never happen.
Commit: c1b2b7e08196390929cfc4eec969cc014ca3ef75
https://github.com/llvm/llvm-project/commit/c1b2b7e08196390929cfc4eec969cc014ca3ef75
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:
-----------
Remove other 2 checks
Compare: https://github.com/llvm/llvm-project/compare/b8c1f4cdd1d4...c1b2b7e08196
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