This is an archive of the discontinued LLVM Phabricator instance.

[JumpThreading] A bug fix for stale loop info after unfold select
ClosedPublic

Authored by hjyamauchi on May 14 2019, 3:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

hjyamauchi created this revision.May 14 2019, 3:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2019, 3:18 PM

LGTM (but I'm not listed as a reviewer...)

davidxl accepted this revision.May 14 2019, 3:28 PM

lgtm

This revision is now accepted and ready to land.May 14 2019, 3:28 PM
fhahn added a subscriber: fhahn.May 14 2019, 3:28 PM
fhahn added inline comments.
test/Transforms/JumpThreading/stale-loop-info-after-unfold-select.ll
1 ↗(On Diff #199524)

you could just use verify<loops> to verify the loop info is correct after jt.

hjyamauchi marked an inline comment as done.

Use 'verify<loops>' instead.

This revision was automatically updated to reflect the committed changes.