about summary refs log tree commit diff
path: root/src/test/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-61/+0
2022-12-25Make tests unit.Camille GILLOT-2/+2
2022-07-28bless mir opt testsNilstrieb-11/+11
2022-06-14manually bless 32-bit mir-opt testsb-naber-15/+15
2022-02-22change `mir::Constant` in mir dumpslcnr-4/+1
2022-02-20Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"Mark Rousskov-1/+4
This reverts commit a240ccd81c74c105b6f5fe84c46f8d36edb7e306, reversing changes made to 393fdc10483da930cdbb00eabc3635030d2e776f. This PR was likely responsible for a relatively large regression in dist-x86_64-msvc-alt builder times, from approximately 1.7 to 2.8 hours, bringing that builder into the pool of the slowest builders we currently have. This seems to be limited to the alt builder due to needing parallel-compiler enabled, likely leading to slow LLVM compilation for some reason.
2022-02-15try to bless 32bit mir tests manuallyb-naber-4/+1
2021-07-14bless mir-opt, codegen, and remaining ui testsRalf Jung-19/+19
2021-03-15bless testsErik Desjardins-1/+1
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-15/+15
This allows CTFE to reliably detect UB, as otherwise optimizations may hide UB.
2021-01-04Stop optimizing promotedsoli-13/+13
2020-09-18Bless mir-opt testsJonas Schievink-13/+13
2020-09-17Rename 32 bit mir files to be more tool friendlyNixon Enraght-Moony-0/+64
See #75746