about summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
2021-06-20Squashed implementation of the passAlex Vlasov-0/+77
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-13/+13
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-8/+8
2021-06-09Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiserbors-0/+166
2021-06-09Print dummy spans as `no-location`Tomasz Miąsko-8/+8
2021-06-07Peephole optimize `x == false` and `x != true`Smitty-0/+166
2021-06-07Revert "Update mir opt tests"bjorn3-24/+24
2021-05-30Update mir opt testsbjorn3-24/+24
2021-05-26Bless test outputJacob Pratt-9/+16
2021-05-23unhinabited_enum_branching: Fix the pass when the enum is taken indirectlyOlivier Goffart-62/+14
2021-05-23Test for unihnabitded_enum_branching pass using reference to fieldsOlivier Goffart-0/+348
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-344/+330
2021-05-18No matter how trivial the change, tidy always finds a way to complain...Scott McMurray-4/+4
2021-05-18Mention the issue number for the new mir-opt in the FIXMEs scottmcm-2/+2
2021-05-17mir-opt bless for Size field being removed from AllocationRalf Jung-44/+44
2021-05-09PR feedbackScott McMurray-8/+8
2021-05-07array-to-raw-elem cast: test that Retag covers entire arrayRalf Jung-18/+241
2021-05-06mir-opt & codegen test updatesScott McMurray-344/+330
2021-04-05Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simu...Dylan DPC-410/+409
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-410/+409
2021-04-02Fix diagnostic issue when using FakeReads in closuresRoxane-51/+51
2021-03-31Make unevaluated DefId rendering deterministicOli Scherer-22/+22
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-1/+1
2021-03-24RemoveZsts: don't touch unionsErik Desjardins-0/+32
2021-03-23Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obkbors-124/+91
2021-03-22Preserve signed zero on roundtripJubilee Young-1/+1
2021-03-22only run RemoveZsts at mir-opt-level 3 and aboveErik Desjardins-16/+40
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-86/+83
2021-03-20bless mir-opt testslcnr-44/+44
2021-03-19update testsmark-86/+83
2021-03-18Mark early otherwise optimization unsoundSantiago Pastorino-2/+2
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-15/+15
2021-03-16bless testsErik Desjardins-38/+38
2021-03-15bless testsErik Desjardins-184/+127
2021-03-14bless tests (32-bit)Erik Desjardins-25/+17
2021-03-13bless testsErik Desjardins-27/+17
2021-03-13Move ZST check inside UsedLocalsSimon Vandel Sillesen-0/+1
2021-03-13Extend SimplifyLocals to remove ZST writesSimon Vandel Sillesen-37/+11
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-15/+15
2021-03-09Allow calling *const methods on *mut valuesÖmer Sinan Ağacan-0/+116
2021-03-06Disable destination propagation on all mir-opt-levelsTomasz Miąsko-147/+255
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-5/+5
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-9/+9
2021-02-28Remove storage markers if they won't be used during code generationTomasz Miąsko-0/+126
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-355/+482
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-1/+115
2021-02-21Make MatchBranchSimplification clean up after itselfSimon Vandel Sillesen-246/+222
2021-02-14Apply suggestionsBenoît du Garreau-63/+95
2021-02-14Apply suggestionBenoît du Garreau-7/+13
2021-02-14Fix UI tests and merge `assert_eq` and `assert_ne` internal functionsBenoît du Garreau-642/+114