The one caller of this function already checked that V isn't a
Constant.
Alternatively, we could remove the check from the caller if reviewers
prefer.
Differential D143677
[ValueTracking] Replace an always false condition with an assert. craig.topper on Feb 9 2023, 1:14 PM. Authored by
Details The one caller of this function already checked that V isn't a Alternatively, we could remove the check from the caller if reviewers
Diff Detail
|
Change the function signature to take "Constant *C" instead of a generic "Value *"?