[PATCH] D112827: [AMDGPU][GlobalISel] Fold G_FNEG above when users cannot fold mods

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 10:35:45 PST 2021


thakis added inline comments.


================
Comment at: llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn:134
     "AMDGPUCodeGenPrepare.cpp",
+    "AMDGPUCombinerHelper.cpp"
     "AMDGPUCtorDtorLowering.cpp",
----------------
FYI, no need to update the files in llvm/utils/gn. They're auto-synced from the cmake files in most cases.

(The autosyncer would've added this line with the required trailing comma too :) )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112827



More information about the llvm-commits mailing list