As part of https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179, this removes the fneg constant expression (which is, incidentally, the only unary operator expression).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM w/minor comment.
llvm/lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
1391 | Using a switch here looks odd as opposed to an early return if. |
Using a switch here looks odd as opposed to an early return if.