[PATCH] D79031: [GlobalISel] Assign the correct debug location when combining G_SEXT/G_ANYEXT/G_ZEXT
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 14:02:39 PDT 2020
davide marked an inline comment as done.
davide added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir:8-9
+--- |
+ target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
+ target triple = "arm64-apple-ios13.0.0"
+
----------------
paquette wrote:
> Probably can just remove this?
Just afraid it might freak out when run on linux, but I guess passing `-mtriple` explicitly overrides the setting?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79031/new/
https://reviews.llvm.org/D79031
More information about the llvm-commits
mailing list