[all-commits] [llvm/llvm-project] 255f82: [X86] Fix value-extending/truncating loads and sto...
Evgenii Kudriashov via All-commits
all-commits at lists.llvm.org
Tue Oct 10 20:19:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 255f826d6f656bad17cc0aeacbd20306c266f653
https://github.com/llvm/llvm-project/commit/255f826d6f656bad17cc0aeacbd20306c266f653
Author: Evgenii Kudriashov <evgenii.kudriashov at intel.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/mixed-ptr-sizes.ll
Log Message:
-----------
[X86] Fix value-extending/truncating loads and stores of __ptr32/__ptr64 pointers (#67168)
The value extension and truncation were missed during casting __ptr32/__ptr64
pointers to the default address space.
Closes #66873
More information about the All-commits
mailing list