[llvm] [Hexagon] Add Loop Alignment pass. (PR #83328)
Sumanth Gundapaneni via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 12:44:40 PST 2024
================
@@ -32,6 +33,9 @@ class HexagonTargetMachine : public LLVMTargetMachine {
std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
bool JIT);
~HexagonTargetMachine() override;
+ const HexagonSubtarget *getSubtargetImpl() const {
----------------
sgundapa wrote:
Thanks . I will look in to it
https://github.com/llvm/llvm-project/pull/83328
More information about the llvm-commits
mailing list