[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / compiler-rt / lib / xray / xray_never_instrument.txt
blob7fa48dda7e168b19afcdcd65db8c6c80fb8c6183
1 # List of function matchers common to C/C++ applications that make sense to
2 # never instrument. You can use this as an argument to
3 # -fxray-never-instrument=<path> along with your project-specific lists.
5 # Never instrument any function whose symbol starts with __xray.
6 fun:__xray*