This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-28 01:04:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
53ff95254df4be3365a0bf4da2677e75ccbf32ba
llvm
/
mlir
/
lib
/
Parser
History
Sean Silva
15fcdac498
Don't crash on duplicate keys in dictionary attrs.
...
Differential Revision:
https://reviews.llvm.org/D78966
2020-04-27 15:23:49 -07:00
..
CMakeLists.txt
…
Lexer.cpp
…
Lexer.h
…
Parser.cpp
Don't crash on duplicate keys in dictionary attrs.
2020-04-27 15:23:49 -07:00
Token.cpp
Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits.
2020-04-13 21:50:36 -07:00
Token.h
Fix the MLIR integer attribute parser to be correct in the face of large integer attributes, it was previously artificially limited to 64 bits.
2020-04-13 21:50:36 -07:00
TokenKinds.def
…