Files
clang-p2996/llvm/lib/Analysis/Loads.cpp
Matt Arsenault f3c9e5807f Analysis: Fix assertion when load alignment exceeds address space size
Apparently the maximum alignment no longer fits in 32-bits now, which
overflows a 32-bit offset and would fail on the isPowerOf2 assert.
2023-06-30 12:31:32 -04:00

29 KiB