[all-commits] [llvm/llvm-project] 518283: [CostModel][X86] Remove redundant SSSE3 checks fro...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 15 07:58:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5182839e1b4971f6c54f4ff5034cafb367fd8026
https://github.com/llvm/llvm-project/commit/5182839e1b4971f6c54f4ff5034cafb367fd8026
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M llvm/test/Analysis/CostModel/X86/div.ll
M llvm/test/Analysis/CostModel/X86/rem.ll
Log Message:
-----------
[CostModel][X86] Remove redundant SSSE3 checks from div/rem costs
These all match the default SSE2 costs so use those instead
More information about the All-commits
mailing list