[PATCH] D52834: [ARM] Account for implicit IT when calculating inline asm size
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 11:14:18 PDT 2018
efriedma added a comment.
Code changes seem fine.
================
Comment at: test/CodeGen/ARM/cbz-implicit-it-range.ll:2
+;RUN: llc -O2 -mtriple=thumbv7a-linux-gnueabihf -arm-implicit-it=always %s -o - | FileCheck %s
+;RUN llc -O2 -mtriple=thumbv7a-linux-gnueabihf -no-integrated-as %s -o -
+
----------------
The second RUN line here doesn't actually run anything?
https://reviews.llvm.org/D52834
More information about the llvm-commits
mailing list