[llvm] [CodeGen] [ARM] Make RISC-V Init Undef Pass Target Independent and add support for the ARM Architecture. (PR #77770)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 13 02:12:54 PST 2024
================
@@ -278,6 +278,14 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
return &InstrInfo->getRegisterInfo();
}
+ /// Returns true as the ARM Architecture is supported by the Init Undef Pass.
+ /// We want to enable this for MVE and NEON instructions, however this can be
----------------
ostannard wrote:
Are there any NEON instructions which this is needed for?
https://github.com/llvm/llvm-project/pull/77770
More information about the llvm-commits
mailing list