[PATCH] D149034: [M68k] Add instruction selection support for zext with PCD addressing

Ian D. Scott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 18:14:31 PDT 2023


ids1024 added a comment.

Hm, that compile error seems to go away if I set `ATOMIC_STORE` to use `Expand`, but not `LibCall`? I'm not sure exactly how these are converted to library calls or "expanded". With that and a couple other hacks, Rust's libcore seems to compile.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149034/new/

https://reviews.llvm.org/D149034



More information about the llvm-commits mailing list