[PATCH] D101924: [X86] Improve costmodel for scalar byte swaps
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 10:57:30 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/test/Analysis/CostModel/X86/load-bswap.ll:90
-; X86-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret i64 %bswap
-;
%a = load i64, i64* %src, align 1
----------------
Script being stupid again - you'll need to fix your prefixes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101924/new/
https://reviews.llvm.org/D101924
More information about the llvm-commits
mailing list