summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Float2Int/basic.ll
AgeCommit message (Expand)Author
2024-03-25Reapply: [Float2Int] Resolve FIXME: Pick the smallest legal type that fits (#...AtariDreams
2024-03-19Revert "[Float2Int] Resolve FIXME: Pick the smallest legal type that fits" (#...alexfh
2024-03-13[Float2Int] Resolve FIXME: Pick the smallest legal type that fits (#79158)AtariDreams
2021-10-20[NewPM][test] Strickly use -passes in some more lit testsBjorn Pettersson
2019-09-19[Float2Int] avoid crashing on unreachable code (PR38502)Sanjay Patel
2019-09-19[Float2Int] auto-generate complete test checks; NFCSanjay Patel
2019-07-08[Float2Int] Add support for unary FNeg to Float2IntCameron McInally
2019-06-28[NFC][Float2Int] Pre-commit unary FNeg test to basic.llCameron McInally
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2016-06-24[PM] Port float2int to the new pass managerMichael Kuperstein
2015-12-09[Float2Int] Don't operate on vector instructionsReid Kleckner
2015-03-27Reapply r233175 and r233183: float2int.James Molloy
2015-03-27Revert r233175 and r233183 with it. This pulls float2int back out of the tree...Nick Lewycky
2015-03-25Reapply r233062: "float2int": Add a new pass to demote from float to int wher...James Molloy
2015-03-24Revert r233062 ""float2int": Add a new pass to demote from float to int where...Hans Wennborg
2015-03-24"float2int": Add a new pass to demote from float to int where possible.James Molloy