[PATCH] D118732: [BOLT] Add aarch64 support for peephole passes
    Thorsten via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  1 13:08:59 PST 2022
    
    
  
tschuett added inline comments.
================
Comment at: bolt/include/bolt/Passes/BinaryPasses.h:299
+public:
+  enum PeepholeOpts : char {
+    PEEP_NONE = 0x0,
----------------
Do you want to change this into `ènum class`?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118732/new/
https://reviews.llvm.org/D118732
    
    
More information about the llvm-commits
mailing list