[PATCH] D152456: SeparateConstOffsetFromGEP: Preserve SCEV

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 09:23:14 PDT 2023


aeubanks added inline comments.


================
Comment at: llvm/test/Transforms/SeparateConstOffsetFromGEP/AArch64/split-gep.ll:1
-; RUN: llc < %s -O3 -mtriple=aarch64-linux-gnu -aarch64-enable-gep-opt | FileCheck %s
+; RUN: llc < %s -O3 -mtriple=aarch64-linux-gnu -aarch64-enable-gep-opt -verify-scev -verify-scev-strict -verify-scev-maps | FileCheck %s
 
----------------
`-verify-scev` is on in expensive builds so I don't think it's necessary to add it to many tests. maybe we should turn on the other two as well in expensive builds?


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

https://reviews.llvm.org/D152456



More information about the llvm-commits mailing list