diff options
author | Wenju He <wenju.he@intel.com> | 2025-09-19 09:14:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-19 09:14:00 +0800 |
commit | f7629f5945f6720bac9cdfebcf9c05144afb9028 (patch) | |
tree | 13287eca25d74c201ffe94bd526fc43e425e0d5d /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | daed12d00d4c24c8607e9c3d8ddbc7624471f049 (diff) | |
download | llvm-f7629f5945f6720bac9cdfebcf9c05144afb9028.zip llvm-f7629f5945f6720bac9cdfebcf9c05144afb9028.tar.gz llvm-f7629f5945f6720bac9cdfebcf9c05144afb9028.tar.bz2 |
[InferAddressSpaces] Extend undef pointer operand support to phi inst (#159548)
Previously undef pointer operand is only supported for select inst,
where undef in generic AS behaves like `take the other side`.
This PR extends the support to other instructions, e.g. phi inst. Defer
joining and inferring constant pointer operand until all other operand
AS states considered.
---------
Co-authored-by: Matt Arsenault <arsenm2@gmail.com>
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions