[PATCH] D128945: [AArch64][NFC] Prepare test cases (for D128302) to show more accurate cost estimation of extract-element could generate better assembly code.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 08:26:33 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/LICM/AArch64/extract-element.ll:6
+target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
+target triple = "aarch64-unknown-linux-gnu"
+
----------------
Drop these?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128945



More information about the llvm-commits mailing list