[PATCH] D60100: [AArch64][GlobalISel] Select llvm.aarch64.stlxr(i64, i64*)

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 11:07:53 PDT 2019


aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp:2735
+  case Intrinsic::trap:
+    BuildMI(MBB, I, I.getDebugLoc(), TII.get(AArch64::BRK)).addImm(1);
+    break;
----------------
While we're moving this around can you change this to MIRBuilder instead.


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

https://reviews.llvm.org/D60100





More information about the llvm-commits mailing list