Partial progress towards replacing CreateElementBitCast, as it no
longer does what its name suggests. Either replace its uses with
Address::withElementType(), or remove them if no longer needed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
| clang/lib/CodeGen/CGAtomic.cpp | ||
|---|---|---|
| 1474 | as it no longer emits anything. | |
Comment Actions
- Rebase onto latest main
- Apply feedback from reviews
- Rename AtomicInfo::emitCastToAtomicIntPointer to AtomicInfo::castToAtomicIntPointer
| clang/lib/CodeGen/Targets/AArch64.cpp | ||
|---|---|---|
| 522–523 | ||
as it no longer emits anything.