This is an archive of the discontinued LLVM Phabricator instance.

[FPEnv Core 12/14] Prevent InstCombine from hanging
AbandonedPublic

Authored by sdmitrouk on Oct 26 2015, 6:56 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

sdmitrouk updated this revision to Diff 38412.Oct 26 2015, 6:56 AM
sdmitrouk retitled this revision from to [FPEnv Core 12/14] Prevent InstCombine from hanging.
sdmitrouk updated this object.
sdmitrouk added reviewers: hfinkel, mehdi_amini.
sdmitrouk set the repository for this revision to rL LLVM.
sdmitrouk added subscribers: llvm-commits, scanon, resistor.
majnemer added inline comments.
test/Other/fpenv-constant-fold.ll
19

You need to check the operands here as well.

sdmitrouk updated this revision to Diff 41921.Dec 4 2015, 12:15 PM

Flags rename and checks of arguments.

mehdi_amini edited edge metadata.Dec 18 2015, 4:26 PM

I wonder why this would still be needed now that ConstExprs have FMF?

Right, looks like it's not necessary anymore, thanks.

Can we close this then?

sdmitrouk abandoned this revision.Jan 23 2016, 6:27 AM