[PATCH] D143317: [m68k] Add TLS support
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 5 21:24:20 PST 2023
myhsu added a comment.
just skimmed through the patch but I think either ISelLowering (in which case you probably don't need the custom ISD) or the pseudo instruction expanding Pass will be a better place to put the main logics, rather than AsmPrinter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143317/new/
https://reviews.llvm.org/D143317
More information about the llvm-commits
mailing list