[PATCH] D64167: [TargetLowering] support BlockAddress as "i" inline asm constraint

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 02:24:19 PDT 2019


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

LGTM with one nit.



================
Comment at: llvm/test/CodeGen/AArch64/inline-asm-i-constraint-i1.ll:1
 ; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
 
----------------
The name of this file is now inaccurate, could you rename it or split the new test into a new file?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64167





More information about the llvm-commits mailing list