summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/InstSimplify/phi.ll
AgeCommit message (Expand)Author
2024-11-07[InstSimplify] Fix incorrect poison propagation when folding phi (#96631)Nikita Popov
2024-06-25[InstSimplify] Fold all poison phi to poison instead of undefNikita Popov
2023-03-10[InstSimplify] Adjust context instruction when threading phi (PR61312)Nikita Popov
2023-03-10[InstSimplify] Add test for PR61312 (NFC)Nikita Popov
2022-07-06[ConstExpr] Remove div/rem constant expressionsNikita Popov
2022-06-13[InstSimplify][IR] Handle trapping constant aggregate (PR49839)Nikita Popov
2022-06-13[InstSimplify] Add additional test for PR49839 (NFC)Nikita Popov
2022-06-10[InstSimplify] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-12[InstSimplify] Don't fold phi of poison and trapping const expr (PR49839)Nikita Popov
2022-04-12[InstSimplify] Add test for PR49839 (NFC)Nikita Popov
2022-02-07[test] Use -passes=instsimplify instead of -instsimplify in a number of tests...Bjorn Pettersson
2021-12-30[NFC] Pre-commit test for InstSimplify phi(poison)Nuno Lopes
2020-12-02[InstSimplify] Add tests that fold instructions with poison operands (NFC)Juneyoung Lee
2019-06-19[InstSimplify] add a phi test with 1 incoming value; NFCSanjay Patel
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2016-03-25[InstSimplify] regenerate checks using a scriptSanjay Patel
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-03-05Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.Eli Friedman