[all-commits] [llvm/llvm-project] 1cf1dc: [IR] Convert check to assertion in PredIterator (N...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 30 03:22:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cf1dc340dcc265423c33ef9e62fd8f0ecfae1bc
https://github.com/llvm/llvm-project/commit/1cf1dc340dcc265423c33ef9e62fd8f0ecfae1bc
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-04-30 (Wed, 30 Apr 2025)
Changed paths:
M llvm/include/llvm/IR/CFG.h
Log Message:
-----------
[IR] Convert check to assertion in PredIterator (NFC) (#137931)
After https://github.com/llvm/llvm-project/pull/137799 and
https://github.com/llvm/llvm-project/pull/137816, instruction uses of
BasicBlocks are always terminators, so assert that instead of checking
it.
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