The pass now contains a non-fp expansion and should be used for any similar expansions regardless of the types involved. Hence a generic name seems apt. Rename the source files, pass, and adjust the pass description. Move all tests for the expansions that have previously been merged into the pass to a single directory.
7 lines
190 B
LLVM
7 lines
190 B
LLVM
; RUN: not opt -mtriple=amdgcn -passes=expand-ir-insts -disable-output %s 2>&1 | FileCheck %s
|
|
|
|
; CHECK: 'LibcallLoweringModuleAnalysis' analysis required
|
|
define void @empty() {
|
|
ret void
|
|
}
|