[PATCH] D136525: [M68k] Add codegen pattern for atomic load / store
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 05:39:59 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kTargetMachine.cpp:161
+void M68kPassConfig::addIRPasses() { addPass(createAtomicExpandPass()); }
+
----------------
Also - do we need to add an pipeline.ll test file?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136525/new/
https://reviews.llvm.org/D136525
More information about the llvm-commits
mailing list