[all-commits] [llvm/llvm-project] bd0aab: [Frontend] Sort featuresVec for AMDGPU target feat...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 22 15:57:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd0aab5a159913403c0878a9a2d907caf4b5cfd3
https://github.com/llvm/llvm-project/commit/bd0aab5a159913403c0878a9a2d907caf4b5cfd3
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M flang/lib/Frontend/FrontendActions.cpp
M flang/test/Lower/OpenMP/target_cpu_features.f90
Log Message:
-----------
[Frontend] Sort featuresVec for AMDGPU target features
D145579 leverages the iteration order of StringSet, which is not
guaranteed to be deterministic.
More information about the All-commits
mailing list