diff options
author | Jay Foad <jay.foad@amd.com> | 2025-06-02 13:02:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-02 13:02:08 +0100 |
commit | 22d271be143eeb28965bfd6ff2714b20892219ee (patch) | |
tree | 0e05a7cf1942b64601eb58bccca91fe2b1dbea52 /clang/lib/Basic/SourceManager.cpp | |
parent | af6e3c045b07ebc7ce09318c90048f407a15b391 (diff) | |
download | llvm-22d271be143eeb28965bfd6ff2714b20892219ee.zip llvm-22d271be143eeb28965bfd6ff2714b20892219ee.tar.gz llvm-22d271be143eeb28965bfd6ff2714b20892219ee.tar.bz2 |
[AMDGPU] Add UniformBinFrag to SALU fminimum/fmaximum patterns. NFCI. (#142169)
SALU patterns should have UniformBinFrag because they can only handle
uniform inputs. VALU patterns do not need DivergentBinFrag because they
work for both uniform and divergent inputs; instead we can use
AddedComplexity to ensure that SALU patterns are preferred.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions