1 file changed
+1
-1
lines changedSubmodule llvm-project updated 27 files
- clang/lib/AST/Interp/ByteCodeExprGen.cpp+37-8
- clang/lib/AST/Interp/ByteCodeStmtGen.cpp+1-1
- clang/lib/AST/Interp/Context.cpp+2-1
- clang/lib/AST/Interp/EvalEmitter.cpp+1-1
- clang/lib/AST/Interp/Function.h+10
- clang/lib/AST/Interp/Interp.cpp+18-7
- clang/lib/AST/Interp/Interp.h+65-11
- clang/lib/AST/Interp/InterpFrame.cpp+6-5
- clang/lib/AST/Interp/InterpFrame.h+3-2
- clang/lib/AST/Interp/Opcodes.td+8-3
- clang/lib/Format/Format.cpp+27-27
- clang/test/AST/Interp/functions.cpp+75
- llvm/lib/Target/X86/X86InstrSystem.td+2
- mlir/include/mlir/Analysis/Presburger/Barvinok.h+46-8
- mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h+1-1
- mlir/include/mlir/Analysis/Presburger/IntegerRelation.h+31
- mlir/include/mlir/Analysis/Presburger/Matrix.h+26
- mlir/include/mlir/Analysis/Presburger/PresburgerRelation.h+4
- mlir/include/mlir/Analysis/Presburger/Simplex.h+6
- mlir/include/mlir/Analysis/Presburger/Utils.h+2
- mlir/lib/Analysis/Presburger/Barvinok.cpp+302-2
- mlir/lib/Analysis/Presburger/IntegerRelation.cpp+26
- mlir/lib/Analysis/Presburger/Matrix.cpp+76
- mlir/lib/Analysis/Presburger/PresburgerRelation.cpp+6
- mlir/lib/Analysis/Presburger/Simplex.cpp+13
- mlir/lib/Analysis/Presburger/Utils.cpp+5-1
- mlir/unittests/Analysis/Presburger/BarvinokTest.cpp+71-4
0 commit comments