Displaying 1 result from an estimated 1 matches for "20d41676".
Did you mean:
1041676
2015 Jun 19
2
[LLVMdev] Could metadata ever be mandatory for correctness in LLVM IR?
Hi everyone,
Currently it looks like metadata is used in LLVM IR essentially as an
'optional extra', in that any pass is allowed to remove metadata
(though preserving metadata is useful) and the program should remain
valid. In other words the metadata only communicates information about
code quality or associated information rather than issues relevant to
correctness.
First question: Is