1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm/Transforms/Vectorize
Sanjay Patel 3ec9f44e35 [Analysis][LoopVectorize] rename "Unsafe" variables/methods; NFC
We are tracking an FP instruction that does *not* have FMF (reassoc)
properties, so calling that "Unsafe" seems opposite of the common
reading.

I also removed one getter method by rolling the null check into
the access. Further simplification seems possible.

The motivation is to clean up the interactions between FMF and
function-level attributes in these classes and their callers.
2021-03-04 08:53:04 -05:00
..
LoadStoreVectorizer.h
LoopVectorizationLegality.h [Analysis][LoopVectorize] rename "Unsafe" variables/methods; NFC 2021-03-04 08:53:04 -05:00
LoopVectorize.h
SLPVectorizer.h SLPVectorizer.h - remove unnecessary AliasAnalysis.h include. NFCI. 2020-09-15 16:24:05 +01:00
VectorCombine.h [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00