Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@73adc05cedb2
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[73adc05cedb2](llvm/llvm-project@73adc05cedb2)

PiperOrigin-RevId: 365901717
  • Loading branch information
iree-copybara-bot authored and iree-github-actions-bot committed Mar 30, 2021
1 parent 20a2ba4 commit 2c9e502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUBMODULE_VERSIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
b1fbd33c06cdb0024c67733c6fdec2009d17b384 third_party/googletest
88b845dee001723c4a0db1fe5477de735b6d3bb0 third_party/liburing
189e771009a640214e08e855830ae6f15a83c655 third_party/llvm-bazel
77d81c2270c6221a430aac17c2c0aa73b39cc0d2 third_party/llvm-project
73adc05cedb2da5c0f4b83a26478203937e3f501 third_party/llvm-project
dde739ffd00a6fa99175cf3c0f28e4b763dc6f5f third_party/mlir-emitc
cbef26c6a8f1e4be3f4cfb902db992c45e93b7a6 third_party/mlir-hlo
2b2bd45bbf9be04fd22ece5cc1f54679202e9257 third_party/pffft
Expand Down
2 changes: 1 addition & 1 deletion third_party/llvm-project
Submodule llvm-project updated 99 files
+7 −2 clang/lib/Frontend/CompilerInvocation.cpp
+6 −5 lldb/test/API/functionalities/stop-on-sharedlibrary-load/TestStopOnSharedlibraryEvents.py
+3 −0 lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
+6 −3 lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
+1 −0 lldb/test/Shell/Reproducer/Functionalities/TestImageList.test
+6 −2 llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
+9 −0 llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
+33 −0 llvm/include/llvm/CodeGen/GlobalISel/Utils.h
+6 −3 llvm/include/llvm/CodeGen/TargetRegisterInfo.h
+4 −5 llvm/include/llvm/IR/DebugInfoMetadata.h
+81 −20 llvm/include/llvm/IR/IntrinsicsRISCV.td
+14 −5 llvm/include/llvm/Target/GlobalISel/Combine.td
+47 −25 llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
+0 −2 llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
+1 −1 llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
+7 −2 llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+3 −1 llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
+2 −2 llvm/lib/CodeGen/GCRootLowering.cpp
+27 −3 llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
+198 −0 llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
+1 −1 llvm/lib/CodeGen/MachineFrameInfo.cpp
+3 −4 llvm/lib/CodeGen/PrologEpilogInserter.cpp
+1 −1 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+1 −1 llvm/lib/CodeGen/StackMaps.cpp
+4 −12 llvm/lib/CodeGen/TargetRegisterInfo.cpp
+4 −1 llvm/lib/IR/AsmWriter.cpp
+24 −18 llvm/lib/IR/DebugInfoMetadata.cpp
+6 −6 llvm/lib/IR/Metadata.cpp
+10 −1 llvm/lib/Target/AArch64/AArch64Combine.td
+14 −14 llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
+3 −3 llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
+31 −0 llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+3 −0 llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
+30 −0 llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
+4 −3 llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
+3 −3 llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+1 −1 llvm/lib/Target/AMDGPU/SIRegisterInfo.h
+1 −1 llvm/lib/Target/ARC/ARCFrameLowering.cpp
+3 −3 llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
+1 −2 llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+5 −6 llvm/lib/Target/ARM/ARMFrameLowering.cpp
+1 −1 llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
+3 −3 llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
+1 −1 llvm/lib/Target/Lanai/LanaiFrameLowering.cpp
+3 −3 llvm/lib/Target/Lanai/LanaiRegisterInfo.cpp
+9 −9 llvm/lib/Target/M68k/M68kFrameLowering.cpp
+1 −1 llvm/lib/Target/M68k/M68kISelLowering.cpp
+2 −2 llvm/lib/Target/M68k/M68kRegisterInfo.cpp
+3 −3 llvm/lib/Target/Mips/MipsFrameLowering.cpp
+1 −2 llvm/lib/Target/Mips/MipsRegisterInfo.cpp
+1 −1 llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
+1 −1 llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
+1 −1 llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
+1 −1 llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
+5 −5 llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
+26 −80 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+6 −12 llvm/lib/Target/Sparc/SparcFrameLowering.cpp
+5 −10 llvm/lib/Target/VE/VEFrameLowering.cpp
+1 −1 llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
+17 −17 llvm/lib/Target/X86/X86FrameLowering.cpp
+2 −2 llvm/lib/Target/X86/X86ISelLowering.cpp
+1 −1 llvm/lib/Target/X86/X86InstrInfo.cpp
+3 −3 llvm/lib/Target/X86/X86RegisterInfo.cpp
+0 −22 llvm/lib/Transforms/IPO/SampleContextTracker.cpp
+93 −121 llvm/lib/Transforms/IPO/SampleProfile.cpp
+5 −0 llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+2 −4 llvm/lib/Transforms/Vectorize/VPlan.h
+153 −0 llvm/test/CodeGen/AArch64/GlobalISel/form-bitfield-extract-from-sextinreg.mir
+62 −0 llvm/test/CodeGen/AArch64/GlobalISel/legalize-reduce-add.mir
+32 −0 llvm/test/CodeGen/AArch64/GlobalISel/legalize-reduce-fadd.mir
+154 −0 llvm/test/CodeGen/AArch64/GlobalISel/legalize-rotr-rotl.mir
+4 −4 llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+115 −0 llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-funnel-shifts-to-rotates.mir
+0 −1 llvm/test/CodeGen/AArch64/arm64-vabs.ll
+528 −0 llvm/test/CodeGen/RISCV/calling-conv-half.ll
+85 −14 llvm/test/CodeGen/RISCV/copysign-casts.ll
+31 −0 llvm/test/DebugInfo/X86/global-constants.ll
+17 −0 llvm/test/DebugInfo/X86/invalid-global-constants.ll
+28 −1 llvm/test/DebugInfo/X86/stack-value-dwarf4.ll
+0 −1 llvm/test/LTO/X86/strip-debug-info.ll
+37 −0 llvm/test/Transforms/InstCombine/abs-intrinsic.ll
+8 −0 llvm/test/Transforms/SampleProfile/Inputs/pseudo-probe-profile-metadata.prof
+3 −3 llvm/test/Transforms/SampleProfile/ctxsplit.ll
+5 −5 llvm/test/Transforms/SampleProfile/inline-mergeprof.ll
+7 −7 llvm/test/Transforms/SampleProfile/profile-context-order.ll
+12 −12 llvm/test/Transforms/SampleProfile/profile-context-tracker-debug.ll
+4 −4 llvm/test/Transforms/SampleProfile/profile-topdown-order.ll
+54 −0 llvm/test/Transforms/SampleProfile/pseudo-probe-profile-metadata.ll
+4 −1 llvm/test/Transforms/StripSymbols/strip-dead-debug-info.ll
+6 −3 llvm/tools/llvm-link/llvm-link.cpp
+1 −1 llvm/tools/llvm-profgen/CSPreInliner.cpp
+156 −0 llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
+6 −0 mlir/include/mlir-c/ExecutionEngine.h
+11 −1 mlir/lib/Bindings/Python/ExecutionEngine.cpp
+8 −0 mlir/lib/Bindings/Python/mlir/execution_engine.py
+12 −0 mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
+34 −0 mlir/test/Bindings/Python/execution_engine.py
+1 −0 mlir/test/Dialect/Linalg/codegen-strategy.mlir
+6 −0 mlir/test/lib/Transforms/TestLinalgCodegenStrategy.cpp

0 comments on commit 2c9e502

Please sign in to comment.