Skip to content

Deduplicate intrinsics with side effects when they're under the same predicate #6533

Description

@TomAFrench

We currently do not deduplicate any intrinics which have side effects. This results in us not deduplicating instrinsics which we should be able to (example given in #6527 where we do not deduplicate Intrinsic::ToRadix calls of the same variable in the same block).

We essentially need to make deduplication of these instructions aware of deduplicate_with_predicate similarly to how we do for other instructions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions