This is a follow-up of D70881. It models DAZ and FTZ for releated instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
5331 | There seems like a lot of repeating in here. The rr_Int and rm_Int both have SIMD_EXC already. the rr version doesn't use SIMD_EXC but instead has it manually added. The rm version uses SIMD_EXC. |
llvm/lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
5331 | Fixed. Thanks! |
There seems like a lot of repeating in here. The rr_Int and rm_Int both have SIMD_EXC already. the rr version doesn't use SIMD_EXC but instead has it manually added. The rm version uses SIMD_EXC.