[all-commits] [llvm/llvm-project] 31429e: [CodeGen] Emit a more accurate alignment for non-t...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Sun Dec 17 18:22:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31429e7a89590f88034920edd3e997aeabff8124
https://github.com/llvm/llvm-project/commit/31429e7a89590f88034920edd3e997aeabff8124
Author: Akira Hatanaka <ahatanak at gmail.com>
Date: 2023-12-17 (Sun, 17 Dec 2023)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/Nontemporal.cpp
Log Message:
-----------
[CodeGen] Emit a more accurate alignment for non-temporal loads/stores (#75675)
Call EmitPointerWithAlignment to compute the alignment based on the
underlying lvalue's alignment when it's available.
More information about the All-commits
mailing list