Unverified Commit 4ff45eee authored by Pierre van Houtryve's avatar Pierre van Houtryve Committed by GitHub
Browse files

[GlobalISel][KnownBits] Simplify G_CONSTANT handling (#91946)

We called getIConstantVRegVal which again queried MRI to get the VReg
def. We already have the def, so just get the CImm directly. It can't
fail.
parent 7ce3dd49
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