Files
clang-p2996/llvm/lib/Transforms/Scalar/GVN.cpp
Florian Hahn 1c9f15426f [GVN] Replace PointerIntPair with separate pointer & kind fields (NFC).
After adding another value kind in 8a12cae862, Value * pointers do not
have enough available empty bits to store the kind (e.g. on ARM)

To address this, the patch replaces the PointerIntPair with separate
value and kind fields.
2022-02-02 09:44:15 +00:00

118 KiB