diff options
author | Jon Roelofs <jonathan_roelofs@apple.com> | 2024-06-03 15:26:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 15:26:30 -0700 |
commit | 0b4af3a5f4de61552000e4a864f63f2002cc525b (patch) | |
tree | a43c7abe8d3355e3944fe46a97d2cf24feab28ae /llvm/utils/UpdateTestChecks/asm.py | |
parent | d03cd05f077f92e87f354aca4cdea599b678b64e (diff) | |
download | llvm-0b4af3a5f4de61552000e4a864f63f2002cc525b.zip llvm-0b4af3a5f4de61552000e4a864f63f2002cc525b.tar.gz llvm-0b4af3a5f4de61552000e4a864f63f2002cc525b.tar.bz2 |
[llvm][SelectionDAG] Relax llvm.ptrmask's size check on arm64_32 (#94125)
Since pointers in memory, as well as the index type are both 32 bits,
but in registers pointers are 64 bits, the mask generated by
llvm.ptrmask needs to be zero-extended.
Fixes: #94075
Fixes: rdar://125263567
Diffstat (limited to 'llvm/utils/UpdateTestChecks/asm.py')
0 files changed, 0 insertions, 0 deletions