[compiler-rt] [Compiler-rt] Fix wrong assignment in compiler_rt (PR #164713)
Mikołaj Piróg via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 04:28:19 PDT 2025
mikolaj-pirog wrote:
My previous approach, to move CWF to Subtypes, is wrong -- these tables have to be in-sync with respective tables in gcc (gcc/common/config/i386/i386-cpuinfo.h). Otherwise, this won't work due to indexes being not synced. As such, I left the `INTEL_CLEARWATERFOREST ` where it was, and changed it to be assigned to `Type` instead of `Subtype`
https://github.com/llvm/llvm-project/pull/164713
More information about the llvm-commits
mailing list