Unverified Commit a3bbab18 authored by Nikita Popov's avatar Nikita Popov Committed by GitHub
Browse files

[IR] Don't mark experimental.guard as willreturn (#69433)

Control flow does not necessary continue past guard intrinsics, so don't
mark them as willreturn.

This fixes the miscompile in the sdiv-guard.ll test.
parent 39427b10
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