llvm-project
5de7c865 - [X86][APX] Enable NDD tunings (#186049)

Commit
38 days ago
[X86][APX] Enable NDD tunings (#186049) For latest Intel processors with APX, mem form of all NDD instructions (except for RIP based addressing) and imm form of NDD add/sub (include inc/dec) instructions needed to be turned off by default for optimal hardware performance. Two new tunings enable-ndd-mem and enable-ndd-imm was added then disabled by default. The new isa attributes is adopted for different alternatives for NDD related patterns to control the generation of mem/imm form.
Author
Parents
Loading