Change constant address space from 4 to 2 for the new address space mapping in Clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Other than one comment:
LGTM
lib/Basic/Targets.cpp | ||
---|---|---|
2083 ↗ | (On Diff #94386) | Since Constant is now the same regardless of the GIZ setting, should it be moved to be a literal constant like the other values that do not change? |
Comment Actions
LGTM
lib/Basic/Targets.cpp | ||
---|---|---|
2083 ↗ | (On Diff #94386) | Disregard comment as was thinking of the LLVM way address spaces were being handled. |