[all-commits] [llvm/llvm-project] f94427: [mlir][Interfaces][NFC] `ValueBoundsConstraintSet`...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Mar 22 22:57:06 PDT 2024
Branch: refs/heads/users/matthias-springer/value_bounds_dead_code
Home: https://github.com/llvm/llvm-project
Commit: f94427911043e2f4f8db4ea83800ceea19a5ac39
https://github.com/llvm/llvm-project/commit/f94427911043e2f4f8db4ea83800ceea19a5ac39
Author: Matthias Springer <springerm at google.com>
Date: 2024-03-23 (Sat, 23 Mar 2024)
Changed paths:
M mlir/lib/Interfaces/ValueBoundsOpInterface.cpp
Log Message:
-----------
[mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Delete dead code
There is an assertion that the stop condition is not satisfied for the the starting point at the beginning of `computeBound`. Therefore, that case does not have to be handled later on in that function.
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