[PATCH] D84291: [PowerPC][Power10] Fix the Test LSB by Byte (xvtlsbb) Builtins Implementation
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 02:08:17 PDT 2020
nemanjai accepted this revision.
nemanjai added a comment.
LGTM. The test case addition can be done on the commit.
================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-p10vsx.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu \
; RUN: -mcpu=pwr10 -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr < %s | \
----------------
Since the issue was discovered when compiling with `-O0`, can you please add a `RUN` line with `-O0` to this test case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84291/new/
https://reviews.llvm.org/D84291
More information about the llvm-commits
mailing list