[clang] [llvm] [PowerPC] Enable indiviual crbits tracking at -O2 (PR #133617)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 09:08:10 PDT 2025
================
@@ -43,63 +43,6 @@
// CHECK-CRBITS: "-target-feature" "+crbits"
-// RUN: %clang -target powerpc64le-unknown-linux-gnu -mcpu=pwr10 -emit-llvm \
-// RUN: -S %s -o - | FileCheck %s --check-prefix=HAS-CRBITS
-// RUN: %clang -target powerpc64le-unknown-linux-gnu -mcpu=pwr10 -mcrbits \
----------------
amy-kwan wrote:
I think I agree with Maryam here. Might be good to see if the CR bits feature is on depending on what CPU level is specified.
https://github.com/llvm/llvm-project/pull/133617
More information about the llvm-commits
mailing list