[all-commits] [llvm/llvm-project] 57ce88: PeepholeOpt: Remove unnecessary check for null Tar...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 22 17:37:35 PST 2025
Branch: refs/heads/users/arsenm/peephole-opt-do-not-check-null-tii
Home: https://github.com/llvm/llvm-project
Commit: 57ce882e4c3485e64da8b7788f64a66cd09b16dc
https://github.com/llvm/llvm-project/commit/57ce882e4c3485e64da8b7788f64a66cd09b16dc
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: 09bedc3005afc44c4368ee0101018fd93f75a5de
https://github.com/llvm/llvm-project/commit/09bedc3005afc44c4368ee0101018fd93f75a5de
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/56e7be598a80...09bedc3005af
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