Files
llvm-project/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Gui Andrade ff7900d5de [LLVM] Accept noundef attribute in function definitions/calls
The `noundef` attribute indicates an argument or return value which
may never have an undef value representation.

This patch allows LLVM to parse the attribute.

Differential Revision: https://reviews.llvm.org/D83412
2020-07-08 19:02:04 +00:00

246 KiB