Open
Description
Bugzilla Link | 35948 |
Version | 6.0 |
OS | All |
Blocks | #31672 |
Reporter | LLVM Bugzilla Contributor |
CC | @topperc,@RKSimon,@rotateright |
Extended Description
Hello, it seems that LLVM sets this flag for Silvermont processors, but not others. On Haswell or Skylake processors (for example), PMULLD has latency 10, when other vector multiplication instructions have latency 5.
#28502 seems related.