[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Apr 2024 20:21:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276104

--- Comment #49 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b3edf4467982447620505a28fc82e38a414c07dc

commit b3edf4467982447620505a28fc82e38a414c07dc
Merge: 868ee3f28556 4fdf604ba667
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-02-07 14:58:02 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-06 20:14:07 +0000

    Merge llvm-project release/18.x llvmorg-18.1.0-rc2-0-gc6c86965d967

    This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
    openmp to llvm-project release/18.x llvmorg-18.1.0-rc2-0-gc6c86965d967.

    PR:             276104
    MFC after:      1 month

 .../llvm-project/clang/include/clang/AST/Type.h    |   3 +
 .../clang/include/clang/Basic/AttrDocs.td          |   5 +-
 .../clang/include/clang/Basic/BuiltinsAMDGPU.def   |  62 +++
 .../clang/include/clang/Basic/CodeGenOptions.def   |   3 +
 .../include/clang/Basic/DiagnosticCommonKinds.td   |   2 +-
 .../clang/include/clang/Basic/DiagnosticDocs.td    |   9 +
 .../include/clang/Basic/DiagnosticSemaKinds.td     |   6 +
 .../clang/include/clang/Basic/LangOptions.def      |   1 +
 .../clang/include/clang/Driver/Options.td          |  13 +
 .../clang/include/clang/Format/Format.h            |  43 +-
 .../clang/include/clang/Lex/Preprocessor.h         |  11 +-
 .../llvm-project/clang/include/clang/Sema/Lookup.h |   3 +-
 .../clang/include/clang/Serialization/ASTReader.h  |   6 +
 contrib/llvm-project/clang/lib/AST/ASTContext.cpp  |  20 +-
 .../llvm-project/clang/lib/AST/ExprConstant.cpp    |   9 +-
 .../llvm-project/clang/lib/AST/ItaniumMangle.cpp   |  25 +-
 .../llvm-project/clang/lib/AST/JSONNodeDumper.cpp  |   3 +
 contrib/llvm-project/clang/lib/AST/ODRHash.cpp     |  49 +-
 .../llvm-project/clang/lib/AST/TemplateBase.cpp    |   3 +-
 .../llvm-project/clang/lib/AST/TextNodeDumper.cpp  |   3 +
 contrib/llvm-project/clang/lib/AST/Type.cpp        |  15 +-
 contrib/llvm-project/clang/lib/AST/TypePrinter.cpp |   2 +
 .../clang/lib/Basic/Targets/AArch64.cpp            |  23 +
 .../llvm-project/clang/lib/Basic/Targets/AArch64.h |   1 +
 .../llvm-project/clang/lib/CodeGen/BackendUtil.cpp |   1 +
 .../llvm-project/clang/lib/CodeGen/CGBuiltin.cpp   | 177 +++++++-
 contrib/llvm-project/clang/lib/CodeGen/CGExpr.cpp  |  17 +-
 .../clang/lib/CodeGen/CoverageMappingGen.cpp       |   6 +-
 .../clang/lib/CodeGen/Targets/RISCV.cpp            |  21 +-
 contrib/llvm-project/clang/lib/Driver/Driver.cpp   |   6 +-
 .../clang/lib/Driver/ToolChains/Clang.cpp          |  15 +
 .../clang/lib/Driver/ToolChains/CommonArgs.cpp     |  52 +++
 .../clang/lib/Driver/ToolChains/CommonArgs.h       |   3 +
 contrib/llvm-project/clang/lib/Format/Format.cpp   |  23 +-
 .../clang/lib/Format/TokenAnnotator.cpp            |  11 +-
 .../llvm-project/clang/lib/Lex/PPDirectives.cpp    |   2 +-
 .../llvm-project/clang/lib/Lex/PPExpressions.cpp   |   4 +-
 .../llvm-project/clang/lib/Sema/SemaChecking.cpp   |  55 ++-
 .../llvm-project/clang/lib/Sema/SemaConcept.cpp    |   8 +-
 contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp   |   3 +-
 contrib/llvm-project/clang/lib/Sema/SemaExpr.cpp   |   6 +-
 .../llvm-project/clang/lib/Sema/SemaOverload.cpp   |  44 +-
 .../llvm-project/clang/lib/Sema/SemaTemplate.cpp   |  44 +-
 contrib/llvm-project/clang/lib/Sema/SemaType.cpp   |  21 +-
 .../clang/lib/Serialization/ASTReader.cpp          |   3 +
 .../clang/lib/Serialization/ASTReaderDecl.cpp      |  38 +-
 .../clang/lib/Serialization/ASTWriter.cpp          |   8 +-
 .../clang/lib/Serialization/ASTWriterDecl.cpp      |  13 +-
 .../clang/lib/StaticAnalyzer/Core/Environment.cpp  |   8 +-
 .../compiler-rt/lib/builtins/i386/chkstk.S         |   2 -
 .../compiler-rt/lib/builtins/x86_64/chkstk.S       |   2 -
 .../lib/profile/InstrProfilingPlatformWindows.c    |   2 +-
 .../sanitizer_symbolizer_report.cpp                |   4 +-
 .../libcxx/include/__algorithm/copy_move_common.h  |   5 +
 .../libcxx/include/__algorithm/equal.h             |   5 +
 .../libcxx/include/__algorithm/equal_range.h       |   5 +
 .../llvm-project/libcxx/include/__algorithm/fold.h |   5 +
 .../libcxx/include/__algorithm/in_found_result.h   |   5 +
 .../libcxx/include/__algorithm/in_fun_result.h     |   5 +
 .../libcxx/include/__algorithm/in_in_out_result.h  |   5 +
 .../libcxx/include/__algorithm/in_in_result.h      |   5 +
 .../libcxx/include/__algorithm/in_out_out_result.h |   5 +
 .../libcxx/include/__algorithm/includes.h          |   5 +
 .../libcxx/include/__algorithm/next_permutation.h  |   5 +
 .../libcxx/include/__algorithm/nth_element.h       |   5 +
 .../libcxx/include/__algorithm/partial_sort.h      |   5 +
 .../libcxx/include/__algorithm/partial_sort_copy.h |   5 +
 .../libcxx/include/__algorithm/partition.h         |   5 +
 .../libcxx/include/__algorithm/prev_permutation.h  |   5 +
 .../include/__algorithm/pstl_any_all_none_of.h     |   5 +
 .../pstl_backends/cpu_backends/transform_reduce.h  |   5 +
 .../libcxx/include/__algorithm/pstl_copy.h         |   5 +
 .../libcxx/include/__algorithm/pstl_count.h        |   5 +
 .../libcxx/include/__algorithm/pstl_equal.h        |   5 +
 .../libcxx/include/__algorithm/pstl_fill.h         |   5 +
 .../libcxx/include/__algorithm/pstl_find.h         |   5 +
 .../libcxx/include/__algorithm/pstl_for_each.h     |   5 +
 .../libcxx/include/__algorithm/pstl_generate.h     |   5 +
 .../include/__algorithm/pstl_is_partitioned.h      |   5 +
 .../libcxx/include/__algorithm/pstl_merge.h        |   5 +
 .../libcxx/include/__algorithm/pstl_move.h         |   5 +
 .../libcxx/include/__algorithm/pstl_replace.h      |   5 +
 .../libcxx/include/__algorithm/pstl_rotate_copy.h  |   5 +
 .../libcxx/include/__algorithm/pstl_sort.h         |   5 +
 .../libcxx/include/__algorithm/pstl_stable_sort.h  |   5 +
 .../libcxx/include/__algorithm/pstl_transform.h    |   5 +
 .../libcxx/include/__algorithm/ranges_all_of.h     |   5 +
 .../libcxx/include/__algorithm/ranges_any_of.h     |   5 +
 .../include/__algorithm/ranges_binary_search.h     |   5 +
 .../libcxx/include/__algorithm/ranges_clamp.h      |   5 +
 .../libcxx/include/__algorithm/ranges_contains.h   |   5 +
 .../libcxx/include/__algorithm/ranges_copy.h       |   5 +
 .../include/__algorithm/ranges_copy_backward.h     |   5 +
 .../libcxx/include/__algorithm/ranges_copy_if.h    |   5 +
 .../libcxx/include/__algorithm/ranges_copy_n.h     |   5 +
 .../libcxx/include/__algorithm/ranges_count.h      |   5 +
 .../libcxx/include/__algorithm/ranges_count_if.h   |   5 +
 .../libcxx/include/__algorithm/ranges_ends_with.h  |   5 +
 .../libcxx/include/__algorithm/ranges_equal.h      |   5 +
 .../include/__algorithm/ranges_equal_range.h       |   5 +
 .../libcxx/include/__algorithm/ranges_fill.h       |   5 +
 .../libcxx/include/__algorithm/ranges_fill_n.h     |   5 +
 .../libcxx/include/__algorithm/ranges_find.h       |   5 +
 .../libcxx/include/__algorithm/ranges_find_end.h   |   5 +
 .../include/__algorithm/ranges_find_first_of.h     |   5 +
 .../libcxx/include/__algorithm/ranges_find_if.h    |   5 +
 .../include/__algorithm/ranges_find_if_not.h       |   5 +
 .../libcxx/include/__algorithm/ranges_for_each.h   |   5 +
 .../libcxx/include/__algorithm/ranges_for_each_n.h |   5 +
 .../libcxx/include/__algorithm/ranges_generate.h   |   5 +
 .../libcxx/include/__algorithm/ranges_generate_n.h |   5 +
 .../libcxx/include/__algorithm/ranges_includes.h   |   5 +
 .../include/__algorithm/ranges_inplace_merge.h     |   5 +
 .../libcxx/include/__algorithm/ranges_is_heap.h    |   5 +
 .../include/__algorithm/ranges_is_heap_until.h     |   5 +
 .../include/__algorithm/ranges_is_partitioned.h    |   5 +
 .../include/__algorithm/ranges_is_permutation.h    |   5 +
 .../libcxx/include/__algorithm/ranges_is_sorted.h  |   5 +
 .../include/__algorithm/ranges_is_sorted_until.h   |   5 +
 .../include/__algorithm/ranges_iterator_concept.h  |   5 +
 .../__algorithm/ranges_lexicographical_compare.h   |   5 +
 .../include/__algorithm/ranges_lower_bound.h       |   5 +
 .../libcxx/include/__algorithm/ranges_make_heap.h  |   5 +
 .../include/__algorithm/ranges_max_element.h       |   5 +
 .../libcxx/include/__algorithm/ranges_merge.h      |   5 +
 .../include/__algorithm/ranges_min_element.h       |   5 +
 .../include/__algorithm/ranges_minmax_element.h    |   5 +
 .../libcxx/include/__algorithm/ranges_mismatch.h   |   5 +
 .../libcxx/include/__algorithm/ranges_move.h       |   5 +
 .../include/__algorithm/ranges_move_backward.h     |   5 +
 .../include/__algorithm/ranges_next_permutation.h  |   5 +
 .../libcxx/include/__algorithm/ranges_none_of.h    |   5 +
 .../include/__algorithm/ranges_nth_element.h       |   5 +
 .../include/__algorithm/ranges_partial_sort.h      |   5 +
 .../include/__algorithm/ranges_partial_sort_copy.h |   5 +
 .../libcxx/include/__algorithm/ranges_partition.h  |   5 +
 .../include/__algorithm/ranges_partition_copy.h    |   5 +
 .../include/__algorithm/ranges_partition_point.h   |   5 +
 .../libcxx/include/__algorithm/ranges_pop_heap.h   |   5 +
 .../include/__algorithm/ranges_prev_permutation.h  |   5 +
 .../libcxx/include/__algorithm/ranges_push_heap.h  |   5 +
 .../libcxx/include/__algorithm/ranges_remove.h     |   5 +
 .../include/__algorithm/ranges_remove_copy.h       |   5 +
 .../include/__algorithm/ranges_remove_copy_if.h    |   5 +
 .../libcxx/include/__algorithm/ranges_remove_if.h  |   5 +
 .../libcxx/include/__algorithm/ranges_replace.h    |   5 +
 .../include/__algorithm/ranges_replace_copy.h      |   5 +
 .../include/__algorithm/ranges_replace_copy_if.h   |   5 +
 .../libcxx/include/__algorithm/ranges_replace_if.h |   5 +
 .../include/__algorithm/ranges_reverse_copy.h      |   5 +
 .../libcxx/include/__algorithm/ranges_rotate.h     |   5 +
 .../include/__algorithm/ranges_rotate_copy.h       |   5 +
 .../libcxx/include/__algorithm/ranges_sample.h     |   5 +
 .../libcxx/include/__algorithm/ranges_search_n.h   |   5 +
 .../include/__algorithm/ranges_set_difference.h    |   6 +
 .../include/__algorithm/ranges_set_intersection.h  |   6 +
 .../__algorithm/ranges_set_symmetric_difference.h  |   6 +
 .../libcxx/include/__algorithm/ranges_set_union.h  |   5 +
 .../libcxx/include/__algorithm/ranges_shuffle.h    |   5 +
 .../libcxx/include/__algorithm/ranges_sort.h       |   5 +
 .../libcxx/include/__algorithm/ranges_sort_heap.h  |   5 +
 .../include/__algorithm/ranges_stable_partition.h  |   5 +
 .../include/__algorithm/ranges_stable_sort.h       |   5 +
 .../include/__algorithm/ranges_starts_with.h       |   5 +
 .../include/__algorithm/ranges_swap_ranges.h       |   5 +
 .../libcxx/include/__algorithm/ranges_transform.h  |   5 +
 .../libcxx/include/__algorithm/ranges_unique.h     |   5 +
 .../include/__algorithm/ranges_unique_copy.h       |   5 +
 .../libcxx/include/__algorithm/remove.h            |   5 +
 .../libcxx/include/__algorithm/remove_if.h         |   5 +
 .../libcxx/include/__algorithm/reverse.h           |   5 +
 .../libcxx/include/__algorithm/rotate.h            |   5 +
 .../libcxx/include/__algorithm/set_difference.h    |   5 +
 .../libcxx/include/__algorithm/set_intersection.h  |   5 +
 .../include/__algorithm/set_symmetric_difference.h |   5 +
 .../libcxx/include/__algorithm/set_union.h         |   5 +
 .../libcxx/include/__algorithm/shift_left.h        |   5 +
 .../libcxx/include/__algorithm/shift_right.h       |   5 +
 .../llvm-project/libcxx/include/__algorithm/sort.h |   5 +
 .../libcxx/include/__algorithm/sort_heap.h         |   5 +
 .../libcxx/include/__algorithm/stable_partition.h  |   5 +
 .../libcxx/include/__algorithm/stable_sort.h       |   5 +
 .../libcxx/include/__algorithm/swap_ranges.h       |   5 +
 .../libcxx/include/__algorithm/unique.h            |   5 +
 .../libcxx/include/__algorithm/unique_copy.h       |   5 +
 .../libcxx/include/__algorithm/unwrap_iter.h       |   2 +-
 .../libcxx/include/__algorithm/unwrap_range.h      |   5 +
 contrib/llvm-project/libcxx/include/__config       |   9 +-
 .../include/__filesystem/directory_iterator.h      |   5 +
 .../libcxx/include/__filesystem/path.h             |   5 +
 .../__filesystem/recursive_directory_iterator.h    |   5 +
 .../libcxx/include/__format/format_arg.h           |   5 +
 .../libcxx/include/__format/format_context.h       |   5 +
 .../libcxx/include/__format/format_functions.h     |   5 +
 .../libcxx/include/__format/formatter_output.h     |   5 +
 .../libcxx/include/__format/write_escaped.h        |   5 +
 .../libcxx/include/__functional/function.h         |   5 +
 .../include/__iterator/cpp17_iterator_concepts.h   |   5 +
 .../libcxx/include/__iterator/iterator_with_data.h |   5 +
 .../__memory/ranges_uninitialized_algorithms.h     |   5 +
 .../libcxx/include/__memory/raw_storage_iterator.h |   5 +
 .../libcxx/include/__memory/shared_ptr.h           |   5 +
 .../include/__memory/uninitialized_algorithms.h    |   5 +
 .../libcxx/include/__mutex/once_flag.h             |   5 +
 .../libcxx/include/__numeric/pstl_reduce.h         |   5 +
 .../include/__numeric/pstl_transform_reduce.h      |   5 +
 .../llvm-project/libcxx/include/__numeric/reduce.h |   5 +
 .../include/__numeric/saturation_arithmetic.h      |   5 +
 .../libcxx/include/__numeric/transform_reduce.h    |   5 +
 .../llvm-project/libcxx/include/__ranges/counted.h |   5 +
 .../libcxx/include/__ranges/drop_while_view.h      |   5 +
 .../libcxx/include/__ranges/elements_view.h        |   5 +
 .../libcxx/include/__ranges/filter_view.h          |   5 +
 .../libcxx/include/__ranges/iota_view.h            |   5 +
 .../libcxx/include/__ranges/join_view.h            |   5 +
 .../libcxx/include/__ranges/lazy_split_view.h      |   5 +
 .../libcxx/include/__ranges/repeat_view.h          |   5 +
 .../libcxx/include/__ranges/reverse_view.h         |   5 +
 .../libcxx/include/__ranges/single_view.h          |   5 +
 .../libcxx/include/__ranges/split_view.h           |   5 +
 .../libcxx/include/__ranges/take_while_view.h      |   5 +
 .../libcxx/include/__ranges/transform_view.h       |   5 +
 .../llvm-project/libcxx/include/__thread/jthread.h |   5 +
 .../llvm-project/libcxx/include/__thread/thread.h  |   5 +
 contrib/llvm-project/libcxx/include/array          |   5 +
 .../llvm-project/libcxx/include/condition_variable |   5 +
 .../libcxx/include/experimental/iterator           |   5 +
 contrib/llvm-project/libcxx/include/future         |   5 +
 contrib/llvm-project/libcxx/include/ios            |   5 +
 contrib/llvm-project/libcxx/include/map            |   5 +
 contrib/llvm-project/libcxx/include/ostream        |   5 +
 contrib/llvm-project/libcxx/include/queue          |   5 +
 contrib/llvm-project/libcxx/include/set            |   5 +
 contrib/llvm-project/libcxx/include/stack          |   5 +
 contrib/llvm-project/libcxx/include/string         |   7 +-
 contrib/llvm-project/libcxx/include/strstream      |   5 +
 contrib/llvm-project/libcxx/include/unordered_map  |   5 +
 contrib/llvm-project/libcxx/include/unordered_set  |   5 +
 contrib/llvm-project/libcxx/include/version        |  14 +-
 contrib/llvm-project/libcxx/modules/std/atomic.inc |   2 +
 contrib/llvm-project/libcxx/modules/std/iosfwd.inc |   2 +
 contrib/llvm-project/libcxx/modules/std/string.inc |   4 +
 .../libcxx/modules/std/string_view.inc             |   2 +
 contrib/llvm-project/lld/ELF/Arch/RISCV.cpp        | 199 ++++++--
 contrib/llvm-project/lld/ELF/InputFiles.cpp        |   7 +-
 contrib/llvm-project/lld/ELF/InputSection.cpp      |  13 +-
 contrib/llvm-project/lld/ELF/Relocations.cpp       |  50 ++-
 contrib/llvm-project/lld/ELF/Writer.cpp            |  12 +-
 contrib/llvm-project/lld/docs/ReleaseNotes.rst     |  62 +++
 .../llvm/include/llvm/Analysis/AliasAnalysis.h     |   7 +
 .../include/llvm/Analysis/BasicAliasAnalysis.h     |  14 +-
 .../include/llvm/Analysis/BranchProbabilityInfo.h  |  13 +-
 .../llvm/include/llvm/Analysis/Loads.h             |  12 +-
 .../llvm/include/llvm/Analysis/VecFuncs.def        |  18 +-
 .../llvm/include/llvm/CodeGen/LivePhysRegs.h       |  11 +-
 .../llvm/include/llvm/CodeGen/MachineBasicBlock.h  |   6 +
 .../llvm/include/llvm/IR/IntrinsicsAMDGPU.td       | 119 +++--
 .../llvm/include/llvm/Support/X86FoldTablesUtils.h |  11 +-
 .../include/llvm/Target/TargetInstrPredicate.td    |  34 ++
 .../llvm/TargetParser/AArch64TargetParser.h        |   3 +-
 .../llvm/include/llvm/TargetParser/Triple.h        |   6 +-
 .../llvm/lib/Analysis/BasicAliasAnalysis.cpp       |   6 +-
 contrib/llvm-project/llvm/lib/Analysis/Lint.cpp    |   3 +-
 contrib/llvm-project/llvm/lib/Analysis/Loads.cpp   |   9 +-
 .../llvm/lib/Analysis/LoopAccessAnalysis.cpp       |  53 ++-
 .../llvm/lib/Analysis/MemorySSAUpdater.cpp         |  22 +-
 .../llvm/lib/CodeGen/BranchFolding.cpp             |   6 +-
 .../lib/ProfileData/Coverage/CoverageMapping.cpp   | 240 ++++++++--
 .../ProfileData/Coverage/CoverageMappingWriter.cpp |  10 +-
 .../llvm-project/llvm/lib/Support/RISCVISAInfo.cpp |   3 +-
 .../Target/AArch64/AArch64ExpandPseudoInsts.cpp    |   6 +
 .../lib/Target/AArch64/AArch64FrameLowering.cpp    |   6 +-
 .../lib/Target/AArch64/AArch64ISelLowering.cpp     |  28 +-
 .../llvm/lib/Target/AArch64/AArch64ISelLowering.h  |   4 +-
 .../llvm/lib/Target/AArch64/AArch64InstrInfo.cpp   |  20 +-
 .../llvm/lib/Target/AArch64/AArch64InstrInfo.h     |   3 -
 .../Target/AArch64/AArch64LoadStoreOptimizer.cpp   | 229 ----------
 .../lib/Target/AArch64/AArch64RegisterInfo.cpp     |  35 ++
 .../llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td |  22 +
 .../Target/AArch64/AArch64TargetTransformInfo.cpp  |  17 +-
 .../llvm-project/llvm/lib/Target/AMDGPU/AMDGPU.td  |   1 +
 .../llvm/lib/Target/AMDGPU/AMDGPUGISel.td          |  24 +
 .../llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp  | 330 ++++++++++++++
 .../llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h    |  10 +
 .../llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp  |   1 +
 .../Target/AMDGPU/AMDGPUInstructionSelector.cpp    | 213 +++++++++
 .../lib/Target/AMDGPU/AMDGPUInstructionSelector.h  |  13 +
 .../llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp |  79 +++-
 .../llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h   |   1 +
 .../llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp |  16 +-
 .../lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp   |  16 +
 .../lib/Target/AMDGPU/AMDGPUSearchableTables.td    |  16 +
 .../Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp    | 142 +++++-
 .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp     |  34 ++
 .../llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp |  19 +-
 .../AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp      |  47 ++
 .../Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h |   4 +
 .../llvm/lib/Target/AMDGPU/SIDefines.h             |   3 +
 .../llvm/lib/Target/AMDGPU/SIFoldOperands.cpp      |   1 +
 .../llvm/lib/Target/AMDGPU/SIISelLowering.cpp      | 111 ++++-
 .../llvm/lib/Target/AMDGPU/SIISelLowering.h        |   1 +
 .../llvm/lib/Target/AMDGPU/SIInstrFormats.td       |   5 +
 .../llvm/lib/Target/AMDGPU/SIInstrInfo.h           |   8 +
 .../llvm/lib/Target/AMDGPU/SIInstrInfo.td          |  18 +-
 .../llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h |  32 +-
 .../llvm/lib/Target/AMDGPU/SIRegisterInfo.td       |   5 +
 .../lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp     |  11 +
 .../llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h  |   3 +
 .../llvm/lib/Target/AMDGPU/VOP1Instructions.td     |  93 +++-
 .../llvm/lib/Target/AMDGPU/VOP3Instructions.td     |  53 ++-
 .../llvm/lib/Target/AMDGPU/VOP3PInstructions.td    | 500 ++++++++++++++++++++-
 .../llvm/lib/Target/AMDGPU/VOPInstructions.td      |  32 +-
 .../llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp    |  13 +-
 .../LoongArch/LoongArchTargetTransformInfo.cpp     |  11 +-
 .../llvm/lib/Target/Mips/MipsAsmPrinter.cpp        |  39 --
 .../llvm/lib/Target/Mips/MipsAsmPrinter.h          |   2 -
 .../Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp  |  14 +-
 .../llvm/lib/Target/PowerPC/PPCFrameLowering.cpp   |  13 +-
 .../llvm-project/llvm/lib/Target/RISCV/RISCV.td    |   6 +
 .../llvm/lib/Target/RISCV/RISCVFeatures.td         |  26 +-
 .../llvm/lib/Target/RISCV/RISCVISelLowering.cpp    |   2 +-
 .../llvm/lib/Target/RISCV/RISCVInstrInfoZicond.td  |   2 -
 .../lib/Target/RISCV/RISCVMacroFusion.cpp (gone)   | 210 ---------
 .../lib/Target/RISCV/RISCVMacroFusion.h (gone)     |  28 --
 .../lib/Target/RISCV/RISCVMacroFusion.td (new)     |  93 ++++
 .../llvm/lib/Target/RISCV/RISCVSubtarget.cpp       |   8 +-
 .../llvm/lib/Target/RISCV/RISCVSubtarget.h         |   8 +-
 .../llvm/lib/Target/RISCV/RISCVTargetMachine.cpp   |  13 +-
 .../lib/Target/SystemZ/SystemZFrameLowering.cpp    |  12 +-
 .../llvm/lib/Target/X86/X86AsmPrinter.cpp          |   1 -
 .../llvm/lib/Target/X86/X86FrameLowering.cpp       |  15 +-
 .../llvm/lib/Target/X86/X86InstrAVX512.td          |   2 +-
 .../llvm/lib/Target/X86/X86InstrFoldTables.cpp     |  11 +-
 .../llvm/lib/Target/X86/X86InstrInfo.cpp           |  35 +-
 .../llvm/lib/TargetParser/TargetParser.cpp         |   1 +
 .../InstCombine/InstCombineLoadStoreAlloca.cpp     |   3 +-
 .../InstCombine/InstCombineSimplifyDemanded.cpp    |   3 +
 .../Transforms/Scalar/ConstraintElimination.cpp    |   7 +-
 .../llvm/lib/Transforms/Scalar/JumpThreading.cpp   |  13 +-
 .../lib/Transforms/Vectorize/LoopVectorize.cpp     |  62 ++-
 .../llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp |  12 +-
 .../llvm/utils/TableGen/DAGISelMatcherEmitter.cpp  |   3 +-
 .../llvm/utils/TableGen/PredicateExpander.cpp      |  34 ++
 .../llvm/utils/TableGen/PredicateExpander.h        |   4 +
 .../llvm/utils/TableGen/X86FoldTablesEmitter.cpp   |  58 +--
 lib/clang/include/VCSVersion.inc                   |   6 +-
 lib/clang/include/lld/Common/Version.inc           |   2 +-
 lib/clang/include/llvm/Support/VCSRevision.h       |   2 +-
 lib/clang/libllvm/Makefile                         |   3 +-
 usr.bin/clang/clang/clang-driver.cpp               |   2 +
 usr.bin/clang/lld/lld-driver.cpp                   |   2 +
 usr.bin/clang/llvm-ar/llvm-ar-driver.cpp           |   2 +
 usr.bin/clang/llvm-cxxfilt/llvm-cxxfilt-driver.cpp |   2 +
 usr.bin/clang/llvm-dwp/llvm-dwp-driver.cpp         |   2 +
 usr.bin/clang/llvm-nm/llvm-nm-driver.cpp           |   2 +
 usr.bin/clang/llvm-objcopy/llvm-objcopy-driver.cpp |   2 +
 usr.bin/clang/llvm-objdump/llvm-objdump-driver.cpp |   2 +
 .../clang/llvm-profdata/llvm-profdata-driver.cpp   |   2 +
 usr.bin/clang/llvm-readobj/llvm-readobj-driver.cpp |   2 +
 usr.bin/clang/llvm-size/llvm-size-driver.cpp       |   2 +
 .../llvm-symbolizer/llvm-symbolizer-driver.cpp     |   2 +
 361 files changed, 4552 insertions(+), 1284 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.