[PATCH] D85125: TableGen/GlobalISel: Hack the operand order for atomic_store

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 22:29:02 PDT 2020


aemerson accepted this revision.
aemerson added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll:40
-; FALLBACK-WITH-REPORT-ERR: warning: Instruction selection used fallback path for pending_phis
-; FALLBACK-WITH-REPORT-OUT-LABEL: pending_phis:
 define i32 @pending_phis(i1 %tst, i32 %val, i32* %addr) {
----------------
If there's no fallback here we can just delete the function.


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

https://reviews.llvm.org/D85125



More information about the llvm-commits mailing list