llvm-project/llvm/include
Pavel Samolysov 02aaf8e3d6 [NFC][ScheduleDAGInstrs] Use structure bindings and emplace_back
Some uses of std::make_pair and the std::pair's first/second members
in the ScheduleDAGInstrs.[cpp|h] files were replaced with using of the
vector's emplace_back along with structure bindings from C++17.
2022-09-13 12:49:04 +03:00
..
llvm [NFC][ScheduleDAGInstrs] Use structure bindings and emplace_back 2022-09-13 12:49:04 +03:00
llvm-c [ConstantExpr] Remove fneg expression 2022-09-08 10:24:55 +02:00