[PATCH] D70783: AMDGPU: Fixed indeterminate map iteration in SIPeepholeSDWA

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 10:55:05 PST 2019


rampitec added a comment.

Did the problem manifest in any way?



================
Comment at: llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp:31
 #include "llvm/ADT/Optional.h"
+#include "llvm/ADT/MapVector.h"
 #include "llvm/ADT/STLExtras.h"
----------------
Includes need to be alphabetically sorted.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70783/new/

https://reviews.llvm.org/D70783





More information about the llvm-commits mailing list