[all-commits] [llvm/llvm-project] 8a4293: [Loads] Require Align in isDereferenceableAndAlign...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 28 07:23:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a4293f3ef2b3a93ec309d6613f1bc791fafb446
https://github.com/llvm/llvm-project/commit/8a4293f3ef2b3a93ec309d6613f1bc791fafb446
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/include/llvm/Analysis/Loads.h
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/MemDerefPrinter.cpp
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[Loads] Require Align in isDereferenceableAndAlignedPointer() (NFC)
Now that loads always have an alignment, we should not perform an
ABI alignment fallback here.
More information about the All-commits
mailing list