[PATCH] D59716: [ConstantRange] Add full() + empty() named constructors (NFC)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 24 02:38:13 PDT 2019
nikic added a comment.
@lebedev.ri Thanks for the suggestion, I agree that getFull() and getEmpty() make more sense given that APInt uses `getXXX()` constructors so extensively.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59716/new/
https://reviews.llvm.org/D59716
More information about the llvm-commits
mailing list