Unverified Commit ebb64d83 authored by Owen Anderson's avatar Owen Anderson Committed by GitHub
Browse files

[GlobalISel] Make the Combiner insert G_FREEZE when converting G_SELECT to...

[GlobalISel] Make the Combiner insert G_FREEZE when converting G_SELECT to binary operations. (#82733)

This is needed because the binary operators (G_OR and G_AND) do
not have the poison-suppressing semantics of G_SELECT.

Fixes https://github.com/llvm/llvm-project/issues/72475
parent f5400447
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment