about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_instruction_set.default.Inline.diff
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-60/+0
2022-11-25Refine instruction_set inline rulesLokathor-6/+22
Previously an exact match of the `instruction_set` attribute was required for an MIR inline to be considered. This change checks for an exact match *only* if the callee sets an `instruction_set` in the first place. When the callee does not declare an instruction set then it is considered to be platform agnostic code and it's allowed to be inline'd into the caller.
2022-11-02Ban dashes in miropt test file namesJakob Degen-19/+19
2022-08-02Avoid invalidating the CFG in MirPatch.Jakob Degen-4/+0
As a part of this change, we adjust MirPatch to not needlessly create unnecessary resume blocks.
2022-07-28bless mir opt testsNilstrieb-16/+16
2022-07-09tweak names and output and blessRalf Jung-3/+3
2022-05-30validate derefer, run derefer inside generatorouz-a-0/+4
2021-03-13bless testsErik Desjardins-1/+0
2021-02-05Never MIR inline functions with a different instruction setTomasz Miąsko-0/+45