[all-commits] [llvm/llvm-project] 6e3454: [X86] Remove unused 'hint' argument from prefetch ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat May 7 05:39:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e345426de370479c322962f7aa1dd1cde817adf
https://github.com/llvm/llvm-project/commit/6e345426de370479c322962f7aa1dd1cde817adf
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-05-07 (Sat, 07 May 2022)
Changed paths:
M clang/test/CodeGen/X86/avx512pf-builtins.c
Log Message:
-----------
[X86] Remove unused 'hint' argument from prefetch tests
hint is a compile time constant and can't be passed in as a variable - we already hardcode
More information about the All-commits
mailing list