Commit 1e710cfc authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[DAG] Add TLI::isTruncateFree(SDValue, EVT) wrapper.

Similar to the existing isZExtFree(SDValue, EVT) wrapper, this will allow targets to override for specific cases (e.g. free truncation of an ext/extload node). But for now its just used to wrap the existing isTruncateFree(EVT, EVT) call.
parent eea21768
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