[PATCH] D85448: [PowerPC][PCRelative] Set TLS unsupported with PC relative memops
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 12:52:54 PDT 2020
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
Feel free to address the comment when committing the patch.
================
Comment at: llvm/test/CodeGen/PowerPC/pcrel-tls.ll:4
+; RUN: FileCheck %s --check-prefix=CHECK-PCREL
+; RUN: not --crash llc -mcpu=pwr10 -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN: -verify-machineinstrs -mattr=+pcrelative-memops -enable-ppc-pcrel-tls \
----------------
This doesn't work on every configuration. Please remove it and we can add a run line once PC-Rel TLS is implemented and no longer trips the assert.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85448/new/
https://reviews.llvm.org/D85448
More information about the llvm-commits
mailing list