llvm-project/llvm/lib
Nashe Mncube ac2a1e9596 [SVE] Suppress vselect warning from incorrect interface call
The VSelectCombine handler within AArch64ISelLowering,
uses an interface call which only expects fixed vectors.
This generates a warning when the call is made on a
scalable vector. This warning has been suppressed with this change,
by using the ElementCount interface, which supports both fixed and scalable vectors.
I have also added a regression test which recreates the warning.

Differential Revision: https://reviews.llvm.org/D98249
2021-03-24 14:34:34 +00:00
..
Analysis [LoopAnalysis][NFC]Remove redundant code. 2021-03-24 05:37:19 -07:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [RegAlloc] Fix "ran out of regs" with uses in statepoint 2021-03-24 10:25:34 +07:00
DWARFLinker
DebugInfo
Demangle
ExecutionEngine Revert "[Orc] Allow OrcGenericABI variant of LazyCallThroughManager" 2021-03-23 15:23:33 +01:00
Extensions
FileCheck
Frontend [OpenMP] Change OMPIRBuilder to append function attributes 2021-03-24 09:08:29 -04:00
FuzzMutate
Fuzzer
IR
IRReader
InterfaceStub
LTO
LineEditor
Linker
MC [AsmParser][SystemZ][z/OS] Re-introduce HLASM comment syntax 2021-03-24 10:17:00 -04:00
MCA [MCA] Fix for uninitialised member in constructor. NFC 2021-03-24 11:21:59 +00:00
Object [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
ObjectYAML [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. 2021-03-24 09:10:11 +01:00
Option
Passes Revert "A new option -print-on-crash that prints the IR as it was upon entering the last pass when there is a crash." 2021-03-23 10:09:27 -04:00
ProfileData [Coverage] Load records immediately 2021-03-23 16:25:20 -07:00
Remarks
Support
TableGen
Target [SVE] Suppress vselect warning from incorrect interface call 2021-03-24 14:34:34 +00:00
Testing
TextAPI
ToolDrivers
Transforms [LV] Move exact FP math check out of Requirements. 2021-03-24 11:01:44 +00:00
WindowsManifest
XRay
CMakeLists.txt