This is an archive of the discontinued LLVM Phabricator instance.

[mlir][toy] hasOperand() const correctness
AbandonedPublic

Authored by jroelofs on Apr 5 2020, 9:56 AM.

Details

Reviewers
mehdi_amini

Diff Detail

Event Timeline

jroelofs created this revision.Apr 5 2020, 9:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2020, 9:56 AM

Did you it a case where this is useful/needed? See also: https://mlir.llvm.org/docs/UsageOfConst/

jroelofs abandoned this revision.Apr 5 2020, 10:15 AM

Did you it a case where this is useful/needed? See also: https://mlir.llvm.org/docs/UsageOfConst/

Ah, no. This was a "the rest of llvm does it in places like this" habit.