1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include
Johannes Doerfert 611ba4c14f [OpenMP][FIX] Ensure the isa trait is evaluated last
Since isa can cause diagnostics we want it to be evaluated last to avoid
the "unknown isa" warning if the rest of the selector wouldn't match
anyway. That allows us to guard isa with arch properly.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D93785
2021-01-07 14:31:20 -06:00
..
llvm [OpenMP][FIX] Ensure the isa trait is evaluated last 2021-01-07 14:31:20 -06:00
llvm-c [X86] Add x86_amx type for intel AMX. 2020-12-30 13:52:13 +08:00