[PATCH] D88082: [SystemZ] Make sure not to call getZExtValue on a >64 bit constant.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 04:17:10 PDT 2020
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor
================
Comment at: llvm/test/Analysis/CostModel/SystemZ/huge-immediates.ll:1
+; RUN: opt < %s -cost-model -analyze -mtriple=systemz-unknown -mcpu=z13
+;
----------------
Might be worth adding a FileCheck - you can use update_analyze_test_checks.py to handle it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88082/new/
https://reviews.llvm.org/D88082
More information about the llvm-commits
mailing list