llvm-project/llvm/lib/Transforms
Nikita Popov b7e2358220 Remove getNumUses() comparisons (NFC)
getNumUses() scans the full use list. Don't use it is we only want
to check if there's zero or one uses.
2020-05-02 11:05:19 +02:00
..
AggressiveInstCombine [ConstantFolding] Always return something from ConstantFoldConstant 2020-03-04 18:24:47 +01:00
CFGuard Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
Coroutines Remove getNumUses() comparisons (NFC) 2020-05-02 11:05:19 +02:00
Hello Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
IPO Remove getNumUses() comparisons (NFC) 2020-05-02 11:05:19 +02:00
InstCombine [SVE] Fix invalid usage of VectorType::getNumElements() in InstCombine 2020-05-01 10:56:29 -07:00
Instrumentation [AddressSanitizer] Instrument byval call arguments 2020-04-30 17:09:13 +02:00
ObjCARC [Pass] Ensure we don't include PassSupport.h or PassAnalysisSupport.h directly 2020-04-26 12:58:20 +01:00
Scalar Remove getNumUses() comparisons (NFC) 2020-05-02 11:05:19 +02:00
Utils [MergeFuncs] Don't merge shufflevectors with different masks 2020-05-02 10:21:14 +02:00
Vectorize [VFDatabase] Scalar functions are vector functions with VF =1 2020-04-29 17:20:37 +00:00
CMakeLists.txt Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00
LLVMBuild.txt Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00