1 file changed
+1
-1
lines changedSubmodule llvm-project updated 89 files
- clang/lib/AST/MicrosoftMangle.cpp+1
- clang/lib/CodeGen/CGDebugInfo.cpp-9
- clang/test/CodeGenCXX/debug-info-alias.cpp+1-1
- clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp+34
- clang/utils/TableGen/ClangAttrEmitter.cpp+7-9
- compiler-rt/lib/scudo/standalone/primary64.h+94-39
- libunwind/test/configs/cmake-bridge.cfg.in+1-1
- llvm/docs/TableGen/BackGuide.rst+1-1
- llvm/include/llvm/IR/IntrinsicsDirectX.td+2-2
- llvm/include/llvm/IR/IntrinsicsSPIRV.td+11-11
- llvm/include/llvm/TableGen/Record.h+8-8
- llvm/lib/IR/Attributes.cpp+3-5
- llvm/lib/IR/Instruction.cpp+2-1
- llvm/lib/TableGen/DetailedRecordsBackend.cpp+2-1
- llvm/lib/TableGen/Record.cpp+8-9
- llvm/lib/TableGen/TGParser.cpp+4-5
- llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp+42-19
- llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h+5-7
- llvm/lib/Target/AMDGPU/SIRegisterInfo.td+1-1
- llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp+10
- llvm/lib/Target/DirectX/DXILIntrinsicExpansion.h-10
- llvm/lib/Target/DirectX/DXILOpLowering.cpp-1
- llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp+7-5
- llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp+13-134
- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp+7-4
- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp+8-2
- llvm/test/CodeGen/AMDGPU/GlobalISel/buffer-load-store-pointers.ll+301
- llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global-old-legalization.mir+3.3k
- llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir+66-4
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir+27-24
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir+80-72
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir+54-44
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir+30-20
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir+47-36
- llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir+48-36
- llvm/test/CodeGen/DirectX/abs.ll+1-1
- llvm/test/CodeGen/DirectX/atan2_error.ll+1-1
- llvm/test/CodeGen/DirectX/clamp.ll+1-1
- llvm/test/CodeGen/DirectX/exp.ll+1-1
- llvm/test/CodeGen/DirectX/fdot.ll+1-1
- llvm/test/CodeGen/DirectX/idot.ll+1-1
- llvm/test/CodeGen/DirectX/length.ll+1-1
- llvm/test/CodeGen/DirectX/length_error.ll+1-1
- llvm/test/CodeGen/DirectX/length_invalid_intrinsic_error.ll+1-1
- llvm/test/CodeGen/DirectX/lerp.ll+1-1
- llvm/test/CodeGen/DirectX/llc-pipeline.ll-1
- llvm/test/CodeGen/DirectX/log.ll+1-1
- llvm/test/CodeGen/DirectX/log10.ll+1-1
- llvm/test/CodeGen/DirectX/normalize.ll+1-1
- llvm/test/CodeGen/DirectX/normalize_error.ll+1-1
- llvm/test/CodeGen/DirectX/pow.ll+1-1
- llvm/test/CodeGen/DirectX/sign.ll+1-1
- llvm/test/CodeGen/DirectX/step.ll+1-1
- llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-constbarrier-rv32.mir+3-2
- llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-constbarrier-rv64.mir+3-2
- llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/legalize-extract-subvector.mir+50-36
- llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/legalize-splatvector-rv32.mir+42-28
- llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/legalize-splatvector-rv64.mir+42-28
- llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/legalize-splatvector-s64-rv32.mir+12-8
- llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/rvv/vmclr-rv32.mir+125
- llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/rvv/vmclr-rv64.mir+125
- llvm/test/CodeGen/RISCV/GlobalISel/regbankselect/rvv/vmclr.mir-149
- llvm/test/Transforms/LoopVectorize/X86/predicated-instruction-cost.ll+49
- llvm/test/Transforms/SLPVectorizer/X86/subvector-minbitwidth-unsigned-value.ll+97
- llvm/test/Transforms/SimplifyCFG/sink-cb-diff-attrs.ll+75-19
- llvm/unittests/IR/AttributesTest.cpp+50-3
- llvm/unittests/SandboxIR/SandboxIRTest.cpp-42
- llvm/unittests/SandboxIR/UtilsTest.cpp+42
- llvm/utils/TableGen/CallingConvEmitter.cpp+1-1
- llvm/utils/TableGen/Common/CodeGenRegisters.cpp+2-3
- mlir/lib/Tools/tblgen-lsp-server/TableGenServer.cpp+1-1
- mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp+21-20
- mlir/tools/mlir-tblgen/BytecodeDialectGen.cpp+5-6
- mlir/tools/mlir-tblgen/DialectGen.cpp+11-11
- mlir/tools/mlir-tblgen/EnumPythonBindingGen.cpp+41-43
- mlir/tools/mlir-tblgen/EnumsGen.cpp+5-6
- mlir/tools/mlir-tblgen/FormatGen.cpp+7-6
- mlir/tools/mlir-tblgen/LLVMIRConversionGen.cpp+4-8
- mlir/tools/mlir-tblgen/LLVMIRIntrinsicGen.cpp+27-25
- mlir/tools/mlir-tblgen/OpDocGen.cpp+31-34
- mlir/tools/mlir-tblgen/OpFormatGen.cpp+109-113
- mlir/tools/mlir-tblgen/OpGenHelpers.cpp+5-5
- mlir/tools/mlir-tblgen/OpInterfacesGen.cpp+19-19
- mlir/tools/mlir-tblgen/OpPythonBindingGen.cpp+110-122
- mlir/tools/mlir-tblgen/PassCAPIGen.cpp+8-7
- mlir/tools/mlir-tblgen/PassDocGen.cpp+3-2
- mlir/tools/mlir-tblgen/PassGen.cpp+39-43
- mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp+3-3
- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel+2
0 commit comments