[PATCH] D64910: [IPRA][ARM] Disable no-CSR optimisation for ARM
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 09:42:23 PDT 2019
dmgreen added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp:814
//
- // TODO: If IPRA is enabled, and the callee is isSafeForNoCSROpt, it may make
+ // TODO: If IPRA is enabled, and the callee is enableNoCSROpt, it may make
// senses to omit the wait and do it in the caller.
----------------
This is no longer needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64910/new/
https://reviews.llvm.org/D64910
More information about the llvm-commits
mailing list