[llvm] [SelectionDAG][Targets] Replace atomic_load_8/atomic_load_16 with atomic_load_*ext_8/atomic_load_*ext_16 where possible. (PR #137279)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 22:19:22 PDT 2025


topperc wrote:

> Do I understand correctly that atomic loads were supposed to always be extended using `getExtendForAtomicOps()` if VT and MemVT are different?

Yes.

https://github.com/llvm/llvm-project/pull/137279


More information about the llvm-commits mailing list