Reducing some code duplication.
We had a helper for checking if a predicate is unsigned. Remove that and use the existing function in Instructions.cpp.
Paths
| Differential D91288
[AArch64][GlobalISel] NFC: Use CmpInst::isUnsigned instead of static helper ClosedPublic Authored by paquette on Nov 11 2020, 11:26 AM.
Details Summary Reducing some code duplication. We had a helper for checking if a predicate is unsigned. Remove that and use the existing function in Instructions.cpp.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 12 2020, 9:45 AM Closed by commit rG6c20c1da1e5c: [AArch64][GlobalISel] NFC: Use CmpInst::isUnsigned instead of static helper (authored by paquette). · Explain WhyNov 13 2020, 9:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304602 llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
|